#BB59A2

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

Shades of Mulberry #BB59A2

Tints of Mulberry #BB59A2

Color information

#BB59A2 (or 0xBB59A2) is unknown color: approx Mulberry. HEX triplet: BB, 59 and A2. RGB value is (187,89,162). Sum of RGB (Red+Green+Blue) = 187+89+162=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59A2 is #44A65D. Grayscale: #7E7E7E. Windows color (decimal): -4499038 or 10639803. OLE color: 10639803.

HSL color Cylindrical-coordinate representation of color #BB59A2: hue angle of 315.31º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB59A2 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18789162-
CMYK00.520.130.27
HSL315.31º41.88%54.12%-
HSV(B)315.31º52.41%73.33%-
XYZ30.5920.3236.49-
YUV126.62147.97171.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 162 (63.67% from 255) = 36.99%
R=42.69%
G=20.32%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878916200.520.130.27315.3141.8854.12
HexBB59A2034D1B13b2a36
Octal27313124206415334735266
Binary101110111011001101000100110100110111011100111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB59A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB59A2; }

 p { color: rgb(187,89,162); }

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

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

 a { background-color: rgb(187,89,162); }

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

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

 span { border-color: rgb(187,89,162); }

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