#bb489b

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

Shades of Mulberry #BB489B

Tints of Mulberry #BB489B

Color information

#BB489B (or 0xBB489B) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 9B. RGB value is (187,72,155). Sum of RGB (Red+Green+Blue) = 187+72+155=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB489B is #44B764. Grayscale: #737373. Windows color (decimal): -4503397 or 10176699. OLE color: 10176699.

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

Color convert

RGB18772155-
CMYK00.610.170.27
HSL316.7º45.82%50.78%-
HSV(B)316.7º61.5%73.33%-
XYZ28.7317.5732.89-
YUV115.85150.1178.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=45.17%
G=17.39%
B=37.44%

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
Decimal1877215500.610.170.27316.745.8250.78
HexBB489B03D111B13d2e33
Octal27311023307521334755663
Binary1011101110010001001101101111011000111011100111101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb489b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb489b; }

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

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

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

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

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

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

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

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