#BB4A9A

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

Shades of Mulberry #BB4A9A

Tints of Mulberry #BB4A9A

Color information

#BB4A9A (or 0xBB4A9A) is unknown color: approx Mulberry. HEX triplet: BB, 4A and 9A. RGB value is (187,74,154). Sum of RGB (Red+Green+Blue) = 187+74+154=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A9A is #44B565. Grayscale: #747474. Windows color (decimal): -4502886 or 10111675. OLE color: 10111675.

HSL color Cylindrical-coordinate representation of color #BB4A9A: hue angle of 317.52º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A9A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18774154-
CMYK00.600.180.27
HSL317.52º45.38%51.18%-
HSV(B)317.52º60.43%73.33%-
XYZ28.7817.832.49-
YUV116.91148.94178-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 74 (29.30% from 255) = 17.83%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=45.06%
G=17.83%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877415400.600.180.27317.5245.3851.18
HexBB4A9A03C121B13e2d33
Octal27311223207422334765563
Binary1011101110010101001101001111001001011011100111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A9A; }

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

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

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

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

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

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

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

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