#BF0F6E

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

Shades of Medium Violet Red #BF0F6E

Tints of Medium Violet Red #BF0F6E

Color information

#BF0F6E (or 0xBF0F6E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0F and 6E. RGB value is (191,15,110). Sum of RGB (Red+Green+Blue) = 191+15+110=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0F6E is #40F091. Grayscale: #4E4E4E. Windows color (decimal): -4255890 or 7212991. OLE color: 7212991.

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

Color convert

RGB19115110-
CMYK00.920.420.25
HSL327.61º85.44%40.39%-
HSV(B)327.61º92.15%74.9%-
XYZ24.4712.5415.88-
YUV78.45145.81208.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 15 (6.25% from 255) = 4.75%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=60.44%
G=4.75%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911511000.920.420.25327.6185.4440.39
HexBFF6E05C2A191485528
Octal277171560134523151012550
Binary101111111111110111001011100101010110011010010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0F6E; }

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

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

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

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

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

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

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

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