Html Css Color HEX #BE2091 Medium Violet Red

📋 copy color: '#BE2091'

red 190 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #BE2091

Tints of Medium Violet Red #BE2091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.72%

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

R = 51.77%
G = 8.72%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE2091 (or 0xBE2091) is known color: Medium Violet Red. HEX triplet: BE, 20 and 91. RGB value is (190,32,145). Sum of RGB (Red+Green+Blue) = 190+32+145=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2091 is #41DF6E. Grayscale: #5B5B5B. Windows color (decimal): -4317039 or 9511102. OLE color: 9511102.

HSL color Cylindrical-coordinate representation of color #BE2091: hue angle of 317.09º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2091 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 32 145 -
CMYK 0 0.83 0.24 0.25
HSL 317.09º 0.71% 0.44% -
HSV(B) 317.09º 0.83% 0.75% -
XYZ 26.86 14.02 28.08 -
YUV 92.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 190 32 145 0 0.83 0.24 0.25 317.09 0.71 0.44
Hex BE 20 91 0 53 18 19 13D 47 2C
Octal 276 40 221 0 123 30 31 475 107 54
Binary 10111110 100000 10010001 0 1010011 11000 11001 100111101 1000111 101100

Color Harmonies of #BE2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2091

Black with #BE2091

Text Example


Text Example

White with #BE2091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2091; }

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

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

background-color css

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

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

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

border-color css

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

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

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