#BE2E70

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

Shades of Medium Red Violet #BE2E70

Tints of Medium Red Violet #BE2E70

Color information

#BE2E70 (or 0xBE2E70) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2E and 70. RGB value is (190,46,112). Sum of RGB (Red+Green+Blue) = 190+46+112=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E70 is #41D18F. Grayscale: #606060. Windows color (decimal): -4313488 or 7351998. OLE color: 7351998.

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

Color convert

RGB19046112-
CMYK00.760.410.25
HSL332.5º61.02%46.27%-
HSV(B)332.5º75.79%74.51%-
XYZ25.1414.0716.72-
YUV96.58136.71194.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 46 (18.36% from 255) = 13.22%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=54.60%
G=13.22%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904611200.760.410.25332.561.0246.27
HexBE2E7004C291914c3d2e
Octal27656160011451315147556
Binary1011111010111011100000100110010100111001101001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E70; }

 p { color: rgb(190,46,112); }

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

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

 a { background-color: rgb(190,46,112); }

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

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

 span { border-color: rgb(190,46,112); }

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