#BB489D

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

Shades of Mulberry #BB489D

Tints of Mulberry #BB489D

Color information

#BB489D (or 0xBB489D) is unknown color: approx Mulberry. HEX triplet: BB, 48 and 9D. RGB value is (187,72,157). Sum of RGB (Red+Green+Blue) = 187+72+157=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB489D is #44B762. Grayscale: #737373. Windows color (decimal): -4503395 or 10307771. OLE color: 10307771.

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

Color convert

RGB18772157-
CMYK00.610.160.27
HSL315.65º45.82%50.78%-
HSV(B)315.65º61.5%73.33%-
XYZ28.917.6333.78-
YUV116.07151.1178.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=44.95%
G=17.31%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877215700.610.160.27315.6545.8250.78
HexBB489D03D101B13c2e33
Octal27311023507520334745663
Binary1011101110010001001110101111011000011011100111100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB489D; }

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

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

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

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

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

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

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

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