#BB489C

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

Shades of Mulberry #BB489C

Tints of Mulberry #BB489C

Color information

#BB489C (or 0xBB489C) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 9C. RGB value is (187,72,156). Sum of RGB (Red+Green+Blue) = 187+72+156=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB489C is #44B763. Grayscale: #737373. Windows color (decimal): -4503396 or 10242235. OLE color: 10242235.

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

Color convert

RGB18772156-
CMYK00.610.170.27
HSL316.17º45.82%50.78%-
HSV(B)316.17º61.5%73.33%-
XYZ28.8117.633.33-
YUV115.96150.6178.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 72 (28.52% from 255) = 17.35%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=45.06%
G=17.35%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877215600.610.170.27316.1745.8250.78
HexBB489C03D111B13c2e33
Octal27311023407521334745663
Binary1011101110010001001110001111011000111011100111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB489C; }

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

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

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

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

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

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

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

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