#BF0C79

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

Shades of Medium Violet Red #BF0C79

Tints of Medium Violet Red #BF0C79

Color information

#BF0C79 (or 0xBF0C79) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0C and 79. RGB value is (191,12,121). Sum of RGB (Red+Green+Blue) = 191+12+121=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C79 is #40F386. Grayscale: #4D4D4D. Windows color (decimal): -4256647 or 7933119. OLE color: 7933119.

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

Color convert

RGB19112121-
CMYK00.940.370.25
HSL323.46º88.18%39.8%-
HSV(B)323.46º93.72%74.9%-
XYZ25.0712.7219.22-
YUV77.95152.3208.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=58.95%
G=3.70%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911212100.940.370.25323.4688.1839.8
HexBFC7905E25191435828
Octal277141710136453150313050
Binary101111111100111100101011110100101110011010000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C79; }

 p { color: rgb(191,12,121); }

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

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

 a { background-color: rgb(191,12,121); }

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

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

 span { border-color: rgb(191,12,121); }

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