#BE2F9F

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

Shades of Medium Red Violet #BE2F9F

Tints of Medium Red Violet #BE2F9F

Color information

#BE2F9F (or 0xBE2F9F) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2F and 9F. RGB value is (190,47,159). Sum of RGB (Red+Green+Blue) = 190+47+159=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2F9F is #41D060. Grayscale: #666666. Windows color (decimal): -4313185 or 10432446. OLE color: 10432446.

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

Color convert

RGB19047159-
CMYK00.750.160.25
HSL313.01º60.34%46.47%-
HSV(B)313.01º75.26%74.51%-
XYZ28.5115.4834.29-
YUV102.52159.88190.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 47 (18.75% from 255) = 11.87%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=47.98%
G=11.87%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904715900.750.160.25313.0160.3446.47
HexBE2F9F04B10191393c2e
Octal27657237011320314717456
Binary1011111010111110011111010010111000011001100111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2F9F; }

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

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

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

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

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

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

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

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