Html Css Color HEX #BE1972 Medium Violet Red

📋 copy color: '#BE1972'

red 190 ◦ green 25 ◦ blue 114

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

Shades of Medium Violet Red #BE1972

Tints of Medium Violet Red #BE1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.6%

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

R = 57.75%
G = 7.6%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE1972 (or 0xBE1972) is known color: Medium Violet Red. HEX triplet: BE, 19 and 72. RGB value is (190,25,114). Sum of RGB (Red+Green+Blue) = 190+25+114=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1972 is #41E68D. Grayscale: #545454. Windows color (decimal): -4318862 or 7477694. OLE color: 7477694.

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

Color convert

RGB 190 25 114 -
CMYK 0 0.87 0.40 0.25
HSL 327.64º 0.77% 0.42% -
HSV(B) 327.64º 0.87% 0.75% -
XYZ 24.62 12.86 17.1 -
YUV 84.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 190 25 114 0 0.87 0.40 0.25 327.64 0.77 0.42
Hex BE 19 72 0 57 28 19 148 4D 2A
Octal 276 31 162 0 127 50 31 510 115 52
Binary 10111110 11001 1110010 0 1010111 101000 11001 101001000 1001101 101010

Color Harmonies of #BE1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1972

Black with #BE1972

Text Example


Text Example

White with #BE1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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