#BB5593

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

Shades of Mulberry #BB5593

Tints of Mulberry #BB5593

Color information

#BB5593 (or 0xBB5593) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 93. RGB value is (187,85,147). Sum of RGB (Red+Green+Blue) = 187+85+147=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5593 is #44AA6C. Grayscale: #7A7A7A. Windows color (decimal): -4500077 or 9655739. OLE color: 9655739.

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

Color convert

RGB18785147-
CMYK00.550.210.27
HSL323.53º42.86%53.33%-
HSV(B)323.53º54.55%73.33%-
XYZ29.0119.1729.77-
YUV122.57141.79173.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=44.63%
G=20.29%
B=35.08%

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
Decimal1878514700.550.210.27323.5342.8653.33
HexBB5593037151B1442b35
Octal27312522306725335045365
Binary1011101110101011001001101101111010111011101000100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5593; }

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

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

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

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

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

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

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

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