#BB568C

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

Shades of Mulberry #BB568C

Tints of Mulberry #BB568C

Color information

#BB568C (or 0xBB568C) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 8C. RGB value is (187,86,140). Sum of RGB (Red+Green+Blue) = 187+86+140=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB568C is #44A973. Grayscale: #7A7A7A. Windows color (decimal): -4499828 or 9197243. OLE color: 9197243.

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

Color convert

RGB18786140-
CMYK00.540.250.27
HSL327.92º42.62%53.53%-
HSV(B)327.92º54.01%73.33%-
XYZ28.5519.1127-
YUV122.35137.96174.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=45.28%
G=20.82%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878614000.540.250.27327.9242.6253.53
HexBB568C036191B1482b36
Octal27312621406631335105366
Binary1011101110101101000110001101101100111011101001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB568C; }

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

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

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

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

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

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

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

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