#bb5594

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

Shades of Mulberry #BB5594

Tints of Mulberry #BB5594

Color information

#BB5594 (or 0xBB5594) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 94. RGB value is (187,85,148). Sum of RGB (Red+Green+Blue) = 187+85+148=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5594 is #44AA6B. Grayscale: #7A7A7A. Windows color (decimal): -4500076 or 9721275. OLE color: 9721275.

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

Color convert

RGB18785148-
CMYK00.550.210.27
HSL322.94º42.86%53.33%-
HSV(B)322.94º54.55%73.33%-
XYZ29.0919.230.19-
YUV122.68142.29173.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=44.52%
G=20.24%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878514800.550.210.27322.9442.8653.33
HexBB5594037151B1432b35
Octal27312522406725335035365
Binary1011101110101011001010001101111010111011101000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5594; }

 p { color: rgb(187,85,148); }

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

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

 a { background-color: rgb(187,85,148); }

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

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

 span { border-color: rgb(187,85,148); }

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