#BB569C

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

Shades of Mulberry #BB569C

Tints of Mulberry #BB569C

Color information

#BB569C (or 0xBB569C) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 9C. RGB value is (187,86,156). Sum of RGB (Red+Green+Blue) = 187+86+156=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB569C is #44A963. Grayscale: #7C7C7C. Windows color (decimal): -4499812 or 10245819. OLE color: 10245819.

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

Color convert

RGB18786156-
CMYK00.540.170.27
HSL318.42º42.62%53.53%-
HSV(B)318.42º54.01%73.33%-
XYZ29.8219.6233.67-
YUV124.18145.96172.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=43.59%
G=20.05%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878615600.540.170.27318.4242.6253.53
HexBB569C036111B13e2b36
Octal27312623406621334765366
Binary1011101110101101001110001101101000111011100111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB569C; }

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

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

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

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

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

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

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

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