Html Css Color HEX #BE2972 Medium Red Violet

📋 copy color: '#BE2972'

red 190 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #BE2972

Tints of Medium Red Violet #BE2972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 55.07%
G = 11.88%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE2972 (or 0xBE2972) is known color: Medium Red Violet. HEX triplet: BE, 29 and 72. RGB value is (190,41,114). Sum of RGB (Red+Green+Blue) = 190+41+114=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2972 is #41D68D. Grayscale: #5D5D5D. Windows color (decimal): -4314766 or 7481790. OLE color: 7481790.

HSL color Cylindrical-coordinate representation of color #BE2972: hue angle of 330.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2972 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 114 -
CMYK 0 0.78 0.40 0.25
HSL 330.6º 0.65% 0.45% -
HSV(B) 330.6º 0.78% 0.75% -
XYZ 25.07 13.75 17.25 -
YUV 93.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 190 41 114 0 0.78 0.40 0.25 330.6 0.65 0.45
Hex BE 29 72 0 4E 28 19 14B 41 2D
Octal 276 51 162 0 116 50 31 513 101 55
Binary 10111110 101001 1110010 0 1001110 101000 11001 101001011 1000001 101101

Color Harmonies of #BE2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2972

Black with #BE2972

Text Example


Text Example

White with #BE2972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2972; }

 p { color: rgb(190,41,114); }

 H1.HeaderClassName
 {
   color: #BE2972;
 }
 .AnyTagClassName
 {
   color: #BE2972;
 }
</style>

background-color css

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

 a { background-color: rgb(190,41,114); }

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

border-color css

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

 span { border-color: rgb(190,41,114); }

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