#be0fa2

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

Shades of Medium Violet Red #BE0FA2

Tints of Medium Violet Red #BE0FA2

Color information

#BE0FA2 (or 0xBE0FA2) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0F and A2. RGB value is (190,15,162). Sum of RGB (Red+Green+Blue) = 190+15+162=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FA2 is #41F05D. Grayscale: #535353. Windows color (decimal): -4321374 or 10620862. OLE color: 10620862.

HSL color Cylindrical-coordinate representation of color #BE0FA2: hue angle of 309.6º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0FA2 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19015162-
CMYK00.920.150.25
HSL309.6º85.37%40.2%-
HSV(B)309.6º92.11%74.51%-
XYZ27.9313.935.39-
YUV84.08171.98203.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 15 (6.25% from 255) = 4.09%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=51.77%
G=4.09%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901516200.920.150.25309.685.3740.2
HexBEFA205CF191365528
Octal276172420134173146612550
Binary10111110111110100010010111001111110011001101101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be0fa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be0fa2; }

 p { color: rgb(190,15,162); }

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

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

 a { background-color: rgb(190,15,162); }

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

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

 span { border-color: rgb(190,15,162); }

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