#BF4EA2

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

Shades of Mulberry #BF4EA2

Tints of Mulberry #BF4EA2

Color information

#BF4EA2 (or 0xBF4EA2) is unknown color: approx Mulberry. HEX triplet: BF, 4E and A2. RGB value is (191,78,162). Sum of RGB (Red+Green+Blue) = 191+78+162=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4EA2 is #40B15D. Grayscale: #797979. Windows color (decimal): -4239710 or 10636991. OLE color: 10636991.

HSL color Cylindrical-coordinate representation of color #BF4EA2: hue angle of 315.4º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4EA2 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19178162-
CMYK00.590.150.25
HSL315.4º46.89%52.75%-
HSV(B)315.4º59.16%74.9%-
XYZ30.7319.1336.26-
YUV121.36150.94177.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 162 (63.67% from 255) = 37.59%
R=44.32%
G=18.10%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917816200.590.150.25315.446.8952.75
HexBF4EA203BF1913b2f35
Octal27711624207317314735765
Binary101111111001110101000100111011111111001100111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EA2; }

 p { color: rgb(191,78,162); }

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

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

 a { background-color: rgb(191,78,162); }

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

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

 span { border-color: rgb(191,78,162); }

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