#BB5A9A

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

Shades of Mulberry #BB5A9A

Tints of Mulberry #BB5A9A

Color information

#BB5A9A (or 0xBB5A9A) is unknown color: approx Mulberry. HEX triplet: BB, 5A and 9A. RGB value is (187,90,154). Sum of RGB (Red+Green+Blue) = 187+90+154=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A9A is #44A565. Grayscale: #7E7E7E. Windows color (decimal): -4498790 or 10115771. OLE color: 10115771.

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

Color convert

RGB18790154-
CMYK00.520.180.27
HSL320.41º41.63%54.31%-
HSV(B)320.41º51.87%73.33%-
XYZ29.9820.2132.89-
YUV126.3143.64171.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=43.39%
G=20.88%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879015400.520.180.27320.4141.6354.31
HexBB5A9A034121B1402a36
Octal27313223206422335005266
Binary1011101110110101001101001101001001011011101000000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A9A; }

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

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

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

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

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

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

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

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