#BE1F78

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

Shades of Medium Violet Red #BE1F78

Tints of Medium Violet Red #BE1F78

Color information

#BE1F78 (or 0xBE1F78) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1F and 78. RGB value is (190,31,120). Sum of RGB (Red+Green+Blue) = 190+31+120=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1F78 is #41E087. Grayscale: #585858. Windows color (decimal): -4317320 or 7872446. OLE color: 7872446.

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

Color convert

RGB19031120-
CMYK00.840.370.25
HSL326.42º71.95%43.33%-
HSV(B)326.42º83.68%74.51%-
XYZ25.1213.2819.01-
YUV88.69145.68200.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 31 (12.5% from 255) = 9.09%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=55.72%
G=9.09%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903112000.840.370.25326.4271.9543.33
HexBE1F780542519146482b
Octal276371700124453150611053
Binary1011111011111111100001010100100101110011010001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1F78; }

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

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

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

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

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

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

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

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