#BB5695

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

Shades of Mulberry #BB5695

Tints of Mulberry #BB5695

Color information

#BB5695 (or 0xBB5695) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 95. RGB value is (187,86,149). Sum of RGB (Red+Green+Blue) = 187+86+149=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5695 is #44A96A. Grayscale: #7B7B7B. Windows color (decimal): -4499819 or 9787067. OLE color: 9787067.

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

Color convert

RGB18786149-
CMYK00.540.200.27
HSL322.57º42.62%53.53%-
HSV(B)322.57º54.01%73.33%-
XYZ29.2519.3930.64-
YUV123.38142.46173.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=44.31%
G=20.38%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878614900.540.200.27322.5742.6253.53
HexBB5695036141B1432b36
Octal27312622506624335035366
Binary1011101110101101001010101101101010011011101000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5695; }

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

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

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

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

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

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

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

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