#BB5993

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

Shades of Mulberry #BB5993

Tints of Mulberry #BB5993

Color information

#BB5993 (or 0xBB5993) is unknown color: approx Mulberry. HEX triplet: BB, 59 and 93. RGB value is (187,89,147). Sum of RGB (Red+Green+Blue) = 187+89+147=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5993 is #44A66C. Grayscale: #7C7C7C. Windows color (decimal): -4499053 or 9656763. OLE color: 9656763.

HSL color Cylindrical-coordinate representation of color #BB5993: hue angle of 324.49º 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 #BB5993 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18789147-
CMYK00.520.210.27
HSL324.49º41.88%54.12%-
HSV(B)324.49º52.41%73.33%-
XYZ29.3319.8229.88-
YUV124.91140.47172.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=44.21%
G=21.04%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878914700.520.210.27324.4941.8854.12
HexBB5993034151B1442a36
Octal27313122306425335045266
Binary1011101110110011001001101101001010111011101000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5993; }

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

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

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

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

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

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

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

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