#BF0C77

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

Shades of Medium Violet Red #BF0C77

Tints of Medium Violet Red #BF0C77

Color information

#BF0C77 (or 0xBF0C77) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0C and 77. RGB value is (191,12,119). Sum of RGB (Red+Green+Blue) = 191+12+119=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C77 is #40F388. Grayscale: #4D4D4D. Windows color (decimal): -4256649 or 7802047. OLE color: 7802047.

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

Color convert

RGB19112119-
CMYK00.940.380.25
HSL324.13º88.18%39.8%-
HSV(B)324.13º93.72%74.9%-
XYZ24.9512.6718.58-
YUV77.72151.3208.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=59.32%
G=3.73%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911211900.940.380.25324.1388.1839.8
HexBFC7705E26191445828
Octal277141670136463150413050
Binary101111111100111011101011110100110110011010001001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C77; }

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

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

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

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

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

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

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

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