#B05890

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

Shades of Mulberry #B05890

Tints of Mulberry #B05890

Color information

#B05890 (or 0xB05890) is unknown color: approx Mulberry. HEX triplet: B0, 58 and 90. RGB value is (176,88,144). Sum of RGB (Red+Green+Blue) = 176+88+144=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05890 is #4FA76F. Grayscale: #787878. Windows color (decimal): -5220208 or 9459888. OLE color: 9459888.

HSL color Cylindrical-coordinate representation of color #B05890: hue angle of 321.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05890 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17688144-
CMYK00.500.180.31
HSL321.82º35.77%51.76%-
HSV(B)321.82º50%69.02%-
XYZ26.4318.2228.51-
YUV120.7141.15167.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 144 (56.64% from 255) = 35.29%
R=43.14%
G=21.57%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768814400.500.180.31321.8235.7751.76
HexB05890032121F1422434
Octal26013022006222375024464
Binary1011000010110001001000001100101001011111101000010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05890; }

 p { color: rgb(176,88,144); }

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

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

 a { background-color: rgb(176,88,144); }

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

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

 span { border-color: rgb(176,88,144); }

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