#BB5595

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

Shades of Mulberry #BB5595

Tints of Mulberry #BB5595

Color information

#BB5595 (or 0xBB5595) is unknown color: approx Mulberry. HEX triplet: BB, 55 and 95. RGB value is (187,85,149). Sum of RGB (Red+Green+Blue) = 187+85+149=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5595 is #44AA6A. Grayscale: #7A7A7A. Windows color (decimal): -4500075 or 9786811. OLE color: 9786811.

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

Color convert

RGB18785149-
CMYK00.550.200.27
HSL322.35º42.86%53.33%-
HSV(B)322.35º54.55%73.33%-
XYZ29.1719.2330.61-
YUV122.79142.79173.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=44.42%
G=20.19%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878514900.550.200.27322.3542.8653.33
HexBB5595037141B1422b35
Octal27312522506724335025365
Binary1011101110101011001010101101111010011011101000010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5595; }

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

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

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

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

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

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

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

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