#BB568A

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

Shades of Mulberry #BB568A

Tints of Mulberry #BB568A

Color information

#BB568A (or 0xBB568A) is unknown color: approx Mulberry. HEX triplet: BB, 56 and 8A. RGB value is (187,86,138). Sum of RGB (Red+Green+Blue) = 187+86+138=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB568A is #44A975. Grayscale: #7A7A7A. Windows color (decimal): -4499830 or 9066171. OLE color: 9066171.

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

Color convert

RGB18786138-
CMYK00.540.260.27
HSL329.11º42.62%53.53%-
HSV(B)329.11º54.01%73.33%-
XYZ28.4119.0626.23-
YUV122.13136.96174.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=45.50%
G=20.92%
B=33.58%

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
Decimal1878613800.540.260.27329.1142.6253.53
HexBB568A0361A1B1492b36
Octal27312621206632335115366
Binary1011101110101101000101001101101101011011101001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB568A; }

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

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

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

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

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

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

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

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