#BE1F9A

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

Shades of Medium Violet Red #BE1F9A

Tints of Medium Violet Red #BE1F9A

Color information

#BE1F9A (or 0xBE1F9A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1F and 9A. RGB value is (190,31,154). Sum of RGB (Red+Green+Blue) = 190+31+154=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1F9A is #41E065. Grayscale: #5C5C5C. Windows color (decimal): -4317286 or 10100670. OLE color: 10100670.

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

Color convert

RGB19031154-
CMYK00.840.190.25
HSL313.58º71.95%43.33%-
HSV(B)313.58º83.68%74.51%-
XYZ27.5614.2631.87-
YUV92.56162.68197.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 31 (12.5% from 255) = 8.27%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=50.67%
G=8.27%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903115400.840.190.25313.5871.9543.33
HexBE1F9A054131913a482b
Octal276372320124233147211053
Binary1011111011111100110100101010010011110011001110101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1F9A; }

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

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

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

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

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

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

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

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