#BB5F91

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

Shades of Mulberry #BB5F91

Tints of Mulberry #BB5F91

Color information

#BB5F91 (or 0xBB5F91) is unknown color: approx Mulberry. HEX triplet: BB, 5F and 91. RGB value is (187,95,145). Sum of RGB (Red+Green+Blue) = 187+95+145=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5F91 is #44A06E. Grayscale: #808080. Windows color (decimal): -4497519 or 9527227. OLE color: 9527227.

HSL color Cylindrical-coordinate representation of color #BB5F91: hue angle of 327.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5F91 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18795145-
CMYK00.490.220.27
HSL327.39º40.35%55.29%-
HSV(B)327.39º49.2%73.33%-
XYZ29.720.7929.24-
YUV128.21137.48169.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 145 (57.03% from 255) = 33.96%
R=43.79%
G=22.25%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879514500.490.220.27327.3940.3555.29
HexBB5F91031161B1472837
Octal27313722106126335075067
Binary1011101110111111001000101100011011011011101000111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F91; }

 p { color: rgb(187,95,145); }

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

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

 a { background-color: rgb(187,95,145); }

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

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

 span { border-color: rgb(187,95,145); }

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