Html Css Color HEX #BE1973 Medium Violet Red

📋 copy color: '#BE1973'

red 190 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #BE1973

Tints of Medium Violet Red #BE1973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 57.58%
G = 7.58%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE1973 (or 0xBE1973) is known color: Medium Violet Red. HEX triplet: BE, 19 and 73. RGB value is (190,25,115). Sum of RGB (Red+Green+Blue) = 190+25+115=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1973 is #41E68C. Grayscale: #545454. Windows color (decimal): -4318861 or 7543230. OLE color: 7543230.

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

Color convert

RGB 190 25 115 -
CMYK 0 0.87 0.39 0.25
HSL 327.27º 0.77% 0.42% -
HSV(B) 327.27º 0.87% 0.75% -
XYZ 24.68 12.88 17.41 -
YUV 84.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 190 25 115 0 0.87 0.39 0.25 327.27 0.77 0.42
Hex BE 19 73 0 57 27 19 147 4D 2A
Octal 276 31 163 0 127 47 31 507 115 52
Binary 10111110 11001 1110011 0 1010111 100111 11001 101000111 1001101 101010

Color Harmonies of #BE1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1973

Black with #BE1973

Text Example


Text Example

White with #BE1973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1973; }

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

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

background-color css

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

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

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

border-color css

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

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

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