Html Css Color HEX #BE2E70 Medium Red Violet

📋 copy color: '#BE2E70'

red 190 ◦ green 46 ◦ blue 112

#BE2E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BE2E70

Tints of Medium Red Violet #BE2E70

RGB

 RED value IS 190 (74.61% from 255) = 54.6%

 GREEN value IS 46 (18.36% from 255) = 13.22%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 54.6%
G = 13.22%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE2E70 (or 0xBE2E70) is known color: 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

RGB 190 46 112 -
CMYK 0 0.76 0.41 0.25
HSL 332.5º 0.61% 0.46% -
HSV(B) 332.5º 0.76% 0.75% -
XYZ 25.14 14.07 16.72 -
YUV 96.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 190 46 112 0 0.76 0.41 0.25 332.5 0.61 0.46
Hex BE 2E 70 0 4C 29 19 14C 3D 2E
Octal 276 56 160 0 114 51 31 514 75 56
Binary 10111110 101110 1110000 0 1001100 101001 11001 101001100 111101 101110

Color Harmonies of #BE2E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E70

Black with #BE2E70

Text Example


Text Example

White with #BE2E70

Text Example


Text Example

HTML Codes & Css Web 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>