#BF0F76

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

Shades of Medium Violet Red #BF0F76

Tints of Medium Violet Red #BF0F76

Color information

#BF0F76 (or 0xBF0F76) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0F and 76. RGB value is (191,15,118). Sum of RGB (Red+Green+Blue) = 191+15+118=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0F76 is #40F089. Grayscale: #4F4F4F. Windows color (decimal): -4255882 or 7737279. OLE color: 7737279.

HSL color Cylindrical-coordinate representation of color #BF0F76: hue angle of 324.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F76 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19115118-
CMYK00.920.380.25
HSL324.89º85.44%40.39%-
HSV(B)324.89º92.15%74.9%-
XYZ24.9312.7318.28-
YUV79.37149.81207.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=58.95%
G=4.63%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911511800.920.380.25324.8985.4440.39
HexBFF7605C26191455528
Octal277171660134463150512550
Binary101111111111111011001011100100110110011010001011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0F76; }

 p { color: rgb(191,15,118); }

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

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

 a { background-color: rgb(191,15,118); }

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

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

 span { border-color: rgb(191,15,118); }

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