Html Css Color HEX #BE1991 Medium Violet Red

📋 copy color: '#BE1991'

red 190 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #BE1991

Tints of Medium Violet Red #BE1991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 52.78%
G = 6.94%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE1991 (or 0xBE1991) is known color: Medium Violet Red. HEX triplet: BE, 19 and 91. RGB value is (190,25,145). Sum of RGB (Red+Green+Blue) = 190+25+145=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1991 is #41E66E. Grayscale: #575757. Windows color (decimal): -4318831 or 9509310. OLE color: 9509310.

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

Color convert

RGB 190 25 145 -
CMYK 0 0.87 0.24 0.25
HSL 316.36º 0.77% 0.42% -
HSV(B) 316.36º 0.87% 0.75% -
XYZ 26.69 13.69 28.02 -
YUV 88.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 190 25 145 0 0.87 0.24 0.25 316.36 0.77 0.42
Hex BE 19 91 0 57 18 19 13C 4D 2A
Octal 276 31 221 0 127 30 31 474 115 52
Binary 10111110 11001 10010001 0 1010111 11000 11001 100111100 1001101 101010

Color Harmonies of #BE1991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1991

Black with #BE1991

Text Example


Text Example

White with #BE1991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1991; }

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

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

background-color css

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

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

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

border-color css

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

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

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