Html Css Color HEX #B05387 Mulberry

📋 copy color: '#B05387'

red 176 ◦ green 83 ◦ blue 135

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

Shades of Mulberry #B05387

Tints of Mulberry #B05387

RGB

 RED value IS 176 (69.14% from 255) = 44.67%

 GREEN value IS 83 (32.81% from 255) = 21.07%

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 44.67%
G = 21.07%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05387 (or 0xB05387) is known color: Mulberry. HEX triplet: B0, 53 and 87. RGB value is (176,83,135). Sum of RGB (Red+Green+Blue) = 176+83+135=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B05387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05387 is #4FAC78. Grayscale: #747474. Windows color (decimal): -5221497 or 8868784. OLE color: 8868784.

HSL color Cylindrical-coordinate representation of color #B05387: hue angle of 326.45º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05387 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 135 -
CMYK 0 0.53 0.23 0.31
HSL 326.45º 0.37% 0.51% -
HSV(B) 326.45º 0.53% 0.69% -
XYZ 25.37 17.17 24.9 -
YUV 116.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 176 83 135 0 0.53 0.23 0.31 326.45 0.37 0.51
Hex B0 53 87 0 35 17 1F 146 25 33
Octal 260 123 207 0 65 27 37 506 45 63
Binary 10110000 1010011 10000111 0 110101 10111 11111 101000110 100101 110011

Color Harmonies of #B05387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05387

Black with #B05387

Text Example


Text Example

White with #B05387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05387; }

 p { color: rgb(176,83,135); }

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

background-color css

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

 a { background-color: rgb(176,83,135); }

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

border-color css

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

 span { border-color: rgb(176,83,135); }

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