Html Css Color HEX #B05187 Mulberry

📋 copy color: '#B05187'

red 176 ◦ green 81 ◦ blue 135

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

Shades of Mulberry #B05187

Tints of Mulberry #B05187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

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

R = 44.9%
G = 20.66%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05187 (or 0xB05187) is known color: Mulberry. HEX triplet: B0, 51 and 87. RGB value is (176,81,135). Sum of RGB (Red+Green+Blue) = 176+81+135=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05187 is #4FAE78. Grayscale: #737373. Windows color (decimal): -5222009 or 8868272. OLE color: 8868272.

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

Color convert

RGB 176 81 135 -
CMYK 0 0.54 0.23 0.31
HSL 325.89º 0.38% 0.5% -
HSV(B) 325.89º 0.54% 0.69% -
XYZ 25.22 16.86 24.85 -
YUV 115.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 176 81 135 0 0.54 0.23 0.31 325.89 0.38 0.5
Hex B0 51 87 0 36 17 1F 146 26 32
Octal 260 121 207 0 66 27 37 506 46 62
Binary 10110000 1010001 10000111 0 110110 10111 11111 101000110 100110 110010

Color Harmonies of #B05187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05187

Black with #B05187

Text Example


Text Example

White with #B05187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05187; }

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

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

background-color css

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

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

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

border-color css

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

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

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