#BB5796

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

Shades of Mulberry #BB5796

Tints of Mulberry #BB5796

Color information

#BB5796 (or 0xBB5796) is unknown color: approx Mulberry. HEX triplet: BB, 57 and 96. RGB value is (187,87,150). Sum of RGB (Red+Green+Blue) = 187+87+150=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5796 is #44A869. Grayscale: #7B7B7B. Windows color (decimal): -4499562 or 9852859. OLE color: 9852859.

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

Color convert

RGB18787150-
CMYK00.530.200.27
HSL322.2º42.37%53.73%-
HSV(B)322.2º53.48%73.33%-
XYZ29.4119.5831.08-
YUV124.08142.63172.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 87 (34.38% from 255) = 20.52%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=44.10%
G=20.52%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878715000.530.200.27322.242.3753.73
HexBB5796035141B1422a36
Octal27312722606524335025266
Binary1011101110101111001011001101011010011011101000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5796; }

 p { color: rgb(187,87,150); }

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

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

 a { background-color: rgb(187,87,150); }

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

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

 span { border-color: rgb(187,87,150); }

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