#BF0E99

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

Shades of Medium Violet Red #BF0E99

Tints of Medium Violet Red #BF0E99

Color information

#BF0E99 (or 0xBF0E99) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0E and 99. RGB value is (191,14,153). Sum of RGB (Red+Green+Blue) = 191+14+153=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E99 is #40F166. Grayscale: #525252. Windows color (decimal): -4256103 or 10030783. OLE color: 10030783.

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

Color convert

RGB19114153-
CMYK00.930.200.25
HSL312.88º86.34%40.2%-
HSV(B)312.88º92.67%74.9%-
XYZ27.3913.6931.34-
YUV82.77167.64205.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 14 (5.86% from 255) = 3.91%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=53.35%
G=3.91%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911415300.930.200.25312.8886.3440.2
HexBFE9905D14191395628
Octal277162310135243147112650
Binary101111111110100110010101110110100110011001110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E99; }

 p { color: rgb(191,14,153); }

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

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

 a { background-color: rgb(191,14,153); }

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

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

 span { border-color: rgb(191,14,153); }

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