#BB5694

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

Shades of Mulberry #BB5694

Tints of Mulberry #BB5694

Color information

#BB5694 (or 0xBB5694) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 94. RGB value is (187,86,148). Sum of RGB (Red+Green+Blue) = 187+86+148=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5694 is #44A96B. Grayscale: #7B7B7B. Windows color (decimal): -4499820 or 9721531. OLE color: 9721531.

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

Color convert

RGB18786148-
CMYK00.540.210.27
HSL323.17º42.62%53.53%-
HSV(B)323.17º54.01%73.33%-
XYZ29.1719.3630.22-
YUV123.27141.96173.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=44.42%
G=20.43%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878614800.540.210.27323.1742.6253.53
HexBB5694036151B1432b36
Octal27312622406625335035366
Binary1011101110101101001010001101101010111011101000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5694; }

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

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

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

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

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

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

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

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