#BB5AA0

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

Shades of Mulberry #BB5AA0

Tints of Mulberry #BB5AA0

Color information

#BB5AA0 (or 0xBB5AA0) is unknown color: approx Mulberry. HEX triplet: BB, 5A and A0. RGB value is (187,90,160). Sum of RGB (Red+Green+Blue) = 187+90+160=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AA0 is #44A55F. Grayscale: #7E7E7E. Windows color (decimal): -4498784 or 10508987. OLE color: 10508987.

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

Color convert

RGB18790160-
CMYK00.520.140.27
HSL316.7º41.63%54.31%-
HSV(B)316.7º51.87%73.33%-
XYZ30.4920.4235.59-
YUV126.98146.64170.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=42.79%
G=20.59%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879016000.520.140.27316.741.6354.31
HexBB5AA0034E1B13d2a36
Octal27313224006416334755266
Binary101110111011010101000000110100111011011100111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5AA0; }

 p { color: rgb(187,90,160); }

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

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

 a { background-color: rgb(187,90,160); }

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

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

 span { border-color: rgb(187,90,160); }

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