#BB569F

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

Shades of Mulberry #BB569F

Tints of Mulberry #BB569F

Color information

#BB569F (or 0xBB569F) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 9F. RGB value is (187,86,159). Sum of RGB (Red+Green+Blue) = 187+86+159=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB569F is #44A960. Grayscale: #7C7C7C. Windows color (decimal): -4499809 or 10442427. OLE color: 10442427.

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

Color convert

RGB18786159-
CMYK00.540.150.27
HSL316.63º42.62%53.53%-
HSV(B)316.63º54.01%73.33%-
XYZ30.0819.7235.02-
YUV124.52147.46172.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=43.29%
G=19.91%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878615900.540.150.27316.6342.6253.53
HexBB569F036F1B13d2b36
Octal27312623706617334755366
Binary101110111010110100111110110110111111011100111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB569F; }

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

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

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

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

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

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

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

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