#B05084

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

Shades of Mulberry #B05084

Tints of Mulberry #B05084

Color information

#B05084 (or 0xB05084) is unknown color: approx Mulberry. HEX triplet: B0, 50 and 84. RGB value is (176,80,132). Sum of RGB (Red+Green+Blue) = 176+80+132=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05084 is #4FAF7B. Grayscale: #727272. Windows color (decimal): -5222268 or 8671408. OLE color: 8671408.

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

Color convert

RGB17680132-
CMYK00.550.250.31
HSL327.5º37.8%50.2%-
HSV(B)327.5º54.55%69.02%-
XYZ24.9416.6323.73-
YUV114.63137.8171.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=45.36%
G=20.62%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768013200.550.250.31327.537.850.2
HexB05084037191F1482632
Octal26012020406731375104662
Binary1011000010100001000010001101111100111111101001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05084; }

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

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

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

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

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

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

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

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