#BF2FA8

Color #BF2FA8 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BF2FA8

Tints of Medium Red Violet #BF2FA8

Color information

#BF2FA8 (or 0xBF2FA8) is unknown color: approx Medium Red Violet. HEX triplet: BF, 2F and A8. RGB value is (191,47,168). Sum of RGB (Red+Green+Blue) = 191+47+168=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2FA8 is #40D057. Grayscale: #676767. Windows color (decimal): -4247640 or 11022271. OLE color: 11022271.

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

Color convert

RGB19147168-
CMYK00.750.120.25
HSL309.58º60.5%46.67%-
HSV(B)309.58º75.39%74.9%-
XYZ29.5715.9438.56-
YUV103.85164.21190.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 168 (66.02% from 255) = 41.38%
R=47.04%
G=11.58%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914716800.750.120.25309.5860.546.67
HexBF2FA804BC191363d2f
Octal27757250011314314667557
Binary101111111011111010100001001011110011001100110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2FA8; }

 p { color: rgb(191,47,168); }

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

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

 a { background-color: rgb(191,47,168); }

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

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

 span { border-color: rgb(191,47,168); }

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