#BB568B

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

Shades of Mulberry #BB568B

Tints of Mulberry #BB568B

Color information

#BB568B (or 0xBB568B) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 8B. RGB value is (187,86,139). Sum of RGB (Red+Green+Blue) = 187+86+139=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB568B is #44A974. Grayscale: #7A7A7A. Windows color (decimal): -4499829 or 9131707. OLE color: 9131707.

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

Color convert

RGB18786139-
CMYK00.540.260.27
HSL328.51º42.62%53.53%-
HSV(B)328.51º54.01%73.33%-
XYZ28.4819.0826.61-
YUV122.24137.46174.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 86 (33.98% from 255) = 20.87%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=45.39%
G=20.87%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878613900.540.260.27328.5142.6253.53
HexBB568B0361A1B1492b36
Octal27312621306632335115366
Binary1011101110101101000101101101101101011011101001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB568B; }

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

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

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

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

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

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

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

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