#BF4890

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

Shades of Mulberry #BF4890

Tints of Mulberry #BF4890

Color information

#BF4890 (or 0xBF4890) is unknown color: approx Mulberry. HEX triplet: BF, 48 and 90. RGB value is (191,72,144). Sum of RGB (Red+Green+Blue) = 191+72+144=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4890 is #40B76F. Grayscale: #737373. Windows color (decimal): -4241264 or 9455807. OLE color: 9455807.

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

Color convert

RGB19172144-
CMYK00.620.250.25
HSL323.7º48.18%51.57%-
HSV(B)323.7º62.3%74.9%-
XYZ28.8417.7228.29-
YUV115.79143.92181.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=46.93%
G=17.69%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917214400.620.250.25323.748.1851.57
HexBF489003E19191443034
Octal27711022007631315046064
Binary1011111110010001001000001111101100111001101000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4890; }

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

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

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

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

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

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

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

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