#B05189

Color #B05189 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B05189

Tints of Mulberry #B05189

Color information

#B05189 (or 0xB05189) is unknown color: approx Mulberry. HEX triplet: B0, 51 and 89. RGB value is (176,81,137). Sum of RGB (Red+Green+Blue) = 176+81+137=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B05189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05189 is #4FAE76. Grayscale: #737373. Windows color (decimal): -5222007 or 8999344. OLE color: 8999344.

HSL color Cylindrical-coordinate representation of color #B05189: hue angle of 324.63º 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 #B05189 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17681137-
CMYK00.540.220.31
HSL324.63º37.55%50.39%-
HSV(B)324.63º53.98%69.02%-
XYZ25.3616.9225.6-
YUV115.79139.97170.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=44.67%
G=20.56%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768113700.540.220.31324.6337.5550.39
HexB05189036161F1452632
Octal26012121106626375054662
Binary1011000010100011000100101101101011011111101000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05189; }

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

 H1.HeaderClassName
 {
   color: #B05189;
 }
 .AnyTagClassName
 {
   color: #B05189;
 }
</style>
background-color css

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

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

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

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

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

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