#BE1F76

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

Shades of Medium Violet Red #BE1F76

Tints of Medium Violet Red #BE1F76

Color information

#BE1F76 (or 0xBE1F76) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1F and 76. RGB value is (190,31,118). Sum of RGB (Red+Green+Blue) = 190+31+118=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1F76 is #41E089. Grayscale: #585858. Windows color (decimal): -4317322 or 7741374. OLE color: 7741374.

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

Color convert

RGB19031118-
CMYK00.840.380.25
HSL327.17º71.95%43.33%-
HSV(B)327.17º83.68%74.51%-
XYZ2513.2418.38-
YUV88.46144.68200.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 31 (12.5% from 255) = 9.14%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=56.05%
G=9.14%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903111800.840.380.25327.1771.9543.33
HexBE1F760542619147482b
Octal276371660124463150711053
Binary1011111011111111011001010100100110110011010001111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1F76; }

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

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

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

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

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

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

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

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