#BF0E87

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

Shades of Medium Violet Red #BF0E87

Tints of Medium Violet Red #BF0E87

Color information

#BF0E87 (or 0xBF0E87) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0E and 87. RGB value is (191,14,135). Sum of RGB (Red+Green+Blue) = 191+14+135=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E87 is #40F178. Grayscale: #505050. Windows color (decimal): -4256121 or 8851135. OLE color: 8851135.

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

Color convert

RGB19114135-
CMYK00.930.290.25
HSL318.98º86.34%40.2%-
HSV(B)318.98º92.67%74.9%-
XYZ26.0213.1424.09-
YUV80.72158.64206.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.18%
GREEN value IS 14 (5.86% from 255) = 4.12%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=56.18%
G=4.12%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911413500.930.290.25318.9886.3440.2
HexBFE8705D1D1913f5628
Octal277162070135353147712650
Binary101111111110100001110101110111101110011001111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E87; }

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

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

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

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

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

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

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

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