#BE2FA2

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

Shades of Medium Red Violet #BE2FA2

Tints of Medium Red Violet #BE2FA2

Color information

#BE2FA2 (or 0xBE2FA2) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2F and A2. RGB value is (190,47,162). Sum of RGB (Red+Green+Blue) = 190+47+162=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FA2 is #41D05D. Grayscale: #666666. Windows color (decimal): -4313182 or 10629054. OLE color: 10629054.

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

Color convert

RGB19047162-
CMYK00.750.150.25
HSL311.75º60.34%46.47%-
HSV(B)311.75º75.26%74.51%-
XYZ28.7715.5935.67-
YUV102.87161.38190.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 47 (18.75% from 255) = 11.78%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=47.62%
G=11.78%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904716200.750.150.25311.7560.3446.47
HexBE2FA204BF191383c2e
Octal27657242011317314707456
Binary101111101011111010001001001011111111001100111000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2FA2; }

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

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

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

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

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

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

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

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