#BF489C

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

Shades of Mulberry #BF489C

Tints of Mulberry #BF489C

Color information

#BF489C (or 0xBF489C) is unknown color: approx Mulberry. HEX triplet: BF, 48 and 9C. RGB value is (191,72,156). Sum of RGB (Red+Green+Blue) = 191+72+156=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF489C is #40B763. Grayscale: #747474. Windows color (decimal): -4241252 or 10242239. OLE color: 10242239.

HSL color Cylindrical-coordinate representation of color #BF489C: hue angle of 317.65º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF489C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19172156-
CMYK00.620.180.25
HSL317.65º48.18%51.57%-
HSV(B)317.65º62.3%74.9%-
XYZ29.818.1133.38-
YUV117.16149.92180.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=45.58%
G=17.18%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917215600.620.180.25317.6548.1851.57
HexBF489C03E121913e3034
Octal27711023407622314766064
Binary1011111110010001001110001111101001011001100111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF489C; }

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

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

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

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

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

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

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

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