#BB5983

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

Shades of Mulberry #BB5983

Tints of Mulberry #BB5983

Color information

#BB5983 (or 0xBB5983) is unknown color: approx Mulberry. HEX triplet: BB, 59 and 83. RGB value is (187,89,131). Sum of RGB (Red+Green+Blue) = 187+89+131=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5983 is #44A67C. Grayscale: #7B7B7B. Windows color (decimal): -4499069 or 8608187. OLE color: 8608187.

HSL color Cylindrical-coordinate representation of color #BB5983: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5983 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18789131-
CMYK00.520.300.27
HSL334.29º41.88%54.12%-
HSV(B)334.29º52.41%73.33%-
XYZ28.1619.3523.72-
YUV123.09132.47173.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=45.95%
G=21.87%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878913100.520.300.27334.2941.8854.12
HexBB59830341E1B14e2a36
Octal27313120306436335165266
Binary1011101110110011000001101101001111011011101001110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5983; }

 p { color: rgb(187,89,131); }

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

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

 a { background-color: rgb(187,89,131); }

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

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

 span { border-color: rgb(187,89,131); }

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