#BE1F8E

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

Shades of Medium Violet Red #BE1F8E

Tints of Medium Violet Red #BE1F8E

Color information

#BE1F8E (or 0xBE1F8E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1F and 8E. RGB value is (190,31,142). Sum of RGB (Red+Green+Blue) = 190+31+142=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1F8E is #41E071. Grayscale: #5A5A5A. Windows color (decimal): -4317298 or 9314238. OLE color: 9314238.

HSL color Cylindrical-coordinate representation of color #BE1F8E: hue angle of 318.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1F8E is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19031142-
CMYK00.840.250.25
HSL318.11º71.95%43.33%-
HSV(B)318.11º83.68%74.51%-
XYZ26.6113.8826.87-
YUV91.2156.68198.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 31 (12.5% from 255) = 8.54%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=52.34%
G=8.54%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903114200.840.250.25318.1171.9543.33
HexBE1F8E054191913e482b
Octal276372160124313147611053
Binary1011111011111100011100101010011001110011001111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1F8E; }

 p { color: rgb(190,31,142); }

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

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

 a { background-color: rgb(190,31,142); }

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

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

 span { border-color: rgb(190,31,142); }

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