Html Css Color HEX #B14C8D Mulberry

📋 copy color: '#B14C8D'

red 177 ◦ green 76 ◦ blue 141

#B14C8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B14C8D

Tints of Mulberry #B14C8D

RGB

 RED value IS 177 (69.53% from 255) = 44.92%

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 44.92%
G = 19.29%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B14C8D (or 0xB14C8D) is known color: Mulberry. HEX triplet: B1, 4C and 8D. RGB value is (177,76,141). Sum of RGB (Red+Green+Blue) = 177+76+141=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C8D is #4EB372. Grayscale: #717171. Windows color (decimal): -5157747 or 9260209. OLE color: 9260209.

HSL color Cylindrical-coordinate representation of color #B14C8D: hue angle of 321.39º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14C8D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 76 141 -
CMYK 0 0.57 0.20 0.31
HSL 321.39º 0.4% 0.5% -
HSV(B) 321.39º 0.57% 0.69% -
XYZ 25.52 16.44 27.03 -
YUV 113.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 177 76 141 0 0.57 0.20 0.31 321.39 0.4 0.5
Hex B1 4C 8D 0 39 14 1F 141 28 32
Octal 261 114 215 0 71 24 37 501 50 62
Binary 10110001 1001100 10001101 0 111001 10100 11111 101000001 101000 110010

Color Harmonies of #B14C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C8D

Black with #B14C8D

Text Example


Text Example

White with #B14C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C8D; }

 p { color: rgb(177,76,141); }

 H1.HeaderClassName
 {
   color: #B14C8D;
 }
 .AnyTagClassName
 {
   color: #B14C8D;
 }
</style>

background-color css

<style>
 a { background-color: #B14C8D; }

 a { background-color: rgb(177,76,141); }

 div.DivClassName
 {
   background-color: #B14C8D;
 }
 .BgClassName
 {
   background-color: #B14C8D;
 }
</style>

border-color css

<style>
 span { border-color: #B14C8D; }

 span { border-color: rgb(177,76,141); }

 td.TdClassName
 {
   border-color: #B14C8D;
 }
 .TagClassName
 {
   border-color: #B14C8D;
 }
</style>