#BE0E6F

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

Shades of Medium Violet Red #BE0E6F

Tints of Medium Violet Red #BE0E6F

Color information

#BE0E6F (or 0xBE0E6F) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and 6F. RGB value is (190,14,111). Sum of RGB (Red+Green+Blue) = 190+14+111=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E6F is #41F190. Grayscale: #4D4D4D. Windows color (decimal): -4321681 or 7278270. OLE color: 7278270.

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

Color convert

RGB19014111-
CMYK00.930.420.25
HSL326.93º86.27%40%-
HSV(B)326.93º92.63%74.51%-
XYZ24.2612.4116.16-
YUV77.68146.81208.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 14 (5.86% from 255) = 4.44%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=60.32%
G=4.44%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901411100.930.420.25326.9386.2740
HexBEE6F05D2A191475628
Octal276161570135523150712650
Binary101111101110110111101011101101010110011010001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0E6F; }

 p { color: rgb(190,14,111); }

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

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

 a { background-color: rgb(190,14,111); }

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

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

 span { border-color: rgb(190,14,111); }

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