#BF489A

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

Shades of Mulberry #BF489A

Tints of Mulberry #BF489A

Color information

#BF489A (or 0xBF489A) is unknown color: approx Mulberry. HEX triplet: BF, 48 and 9A. RGB value is (191,72,154). Sum of RGB (Red+Green+Blue) = 191+72+154=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF489A is #40B765. Grayscale: #747474. Windows color (decimal): -4241254 or 10111167. OLE color: 10111167.

HSL color Cylindrical-coordinate representation of color #BF489A: hue angle of 318.66º 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 #BF489A is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19172154-
CMYK00.620.190.25
HSL318.66º48.18%51.57%-
HSV(B)318.66º62.3%74.9%-
XYZ29.6418.0432.49-
YUV116.93148.92180.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=45.80%
G=17.27%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917215400.620.190.25318.6648.1851.57
HexBF489A03E131913f3034
Octal27711023207623314776064
Binary1011111110010001001101001111101001111001100111111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF489A; }

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

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

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

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

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

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

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

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