#BB489A

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

Shades of Mulberry #BB489A

Tints of Mulberry #BB489A

Color information

#BB489A (or 0xBB489A) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 9A. RGB value is (187,72,154). Sum of RGB (Red+Green+Blue) = 187+72+154=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB489A is #44B765. Grayscale: #737373. Windows color (decimal): -4503398 or 10111163. OLE color: 10111163.

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

Color convert

RGB18772154-
CMYK00.610.180.27
HSL317.22º45.82%50.78%-
HSV(B)317.22º61.5%73.33%-
XYZ28.6417.5332.45-
YUV115.73149.6178.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=45.28%
G=17.43%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877215400.610.180.27317.2245.8250.78
HexBB489A03D121B13d2e33
Octal27311023207522334755663
Binary1011101110010001001101001111011001011011100111101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB489A; }

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

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

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

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

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

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

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

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