#BE2F7C

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

Shades of Medium Red Violet #BE2F7C

Tints of Medium Red Violet #BE2F7C

Color information

#BE2F7C (or 0xBE2F7C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2F and 7C. RGB value is (190,47,124). Sum of RGB (Red+Green+Blue) = 190+47+124=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F7C is #41D083. Grayscale: #626262. Windows color (decimal): -4313220 or 8138686. OLE color: 8138686.

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

Color convert

RGB19047124-
CMYK00.750.350.25
HSL327.69º60.34%46.47%-
HSV(B)327.69º75.26%74.51%-
XYZ25.8914.4420.49-
YUV98.54142.38193.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 47 (18.75% from 255) = 13.02%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=52.63%
G=13.02%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904712400.750.350.25327.6960.3446.47
HexBE2F7C04B23191483c2e
Octal27657174011343315107456
Binary1011111010111111111000100101110001111001101001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2F7C; }

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

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

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

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

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

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

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

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