#BB568F

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

Shades of Mulberry #BB568F

Tints of Mulberry #BB568F

Color information

#BB568F (or 0xBB568F) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 8F. RGB value is (187,86,143). Sum of RGB (Red+Green+Blue) = 187+86+143=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB568F is #44A970. Grayscale: #7A7A7A. Windows color (decimal): -4499825 or 9393851. OLE color: 9393851.

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

Color convert

RGB18786143-
CMYK00.540.240.27
HSL326.14º42.62%53.53%-
HSV(B)326.14º54.01%73.33%-
XYZ28.7819.228.18-
YUV122.7139.46173.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 86 (33.98% from 255) = 20.67%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=44.95%
G=20.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878614300.540.240.27326.1442.6253.53
HexBB568F036181B1462b36
Octal27312621706630335065366
Binary1011101110101101000111101101101100011011101000110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB568F; }

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

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

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

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

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

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

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

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