#B05088

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

Shades of Mulberry #B05088

Tints of Mulberry #B05088

Color information

#B05088 (or 0xB05088) is unknown color: approx Mulberry. HEX triplet: B0, 50 and 88. RGB value is (176,80,136). Sum of RGB (Red+Green+Blue) = 176+80+136=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05088 is #4FAF77. Grayscale: #727272. Windows color (decimal): -5222264 or 8933552. OLE color: 8933552.

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

Color convert

RGB17680136-
CMYK00.550.230.31
HSL325º37.8%50.2%-
HSV(B)325º54.55%69.02%-
XYZ25.2216.7525.2-
YUV115.09139.8171.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=44.90%
G=20.41%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768013600.550.230.3132537.850.2
HexB05088037171F1452632
Octal26012021006727375054662
Binary1011000010100001000100001101111011111111101000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05088; }

 p { color: rgb(176,80,136); }

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

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

 a { background-color: rgb(176,80,136); }

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

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

 span { border-color: rgb(176,80,136); }

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