Html Css Color HEX #BE0E97 Medium Violet Red

📋 copy color: '#BE0E97'

red 190 ◦ green 14 ◦ blue 151

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

Shades of Medium Violet Red #BE0E97

Tints of Medium Violet Red #BE0E97

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.94%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 53.52%
G = 3.94%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE0E97 (or 0xBE0E97) is known color: Medium Violet Red. HEX triplet: BE, 0E and 97. RGB value is (190,14,151). Sum of RGB (Red+Green+Blue) = 190+14+151=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E97 is #41F168. Grayscale: #515151. Windows color (decimal): -4321641 or 9899710. OLE color: 9899710.

HSL color Cylindrical-coordinate representation of color #BE0E97: hue angle of 313.3º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0E97 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 14 151 -
CMYK 0 0.93 0.21 0.25
HSL 313.3º 0.86% 0.4% -
HSV(B) 313.3º 0.93% 0.75% -
XYZ 26.98 13.5 30.46 -
YUV 82.24 166.81 204.86 -
System Red Green Blue C M Y K H S L
Decimal 190 14 151 0 0.93 0.21 0.25 313.3 0.86 0.4
Hex BE E 97 0 5D 15 19 139 56 28
Octal 276 16 227 0 135 25 31 471 126 50
Binary 10111110 1110 10010111 0 1011101 10101 11001 100111001 1010110 101000

Color Harmonies of #BE0E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E97

Black with #BE0E97

Text Example


Text Example

White with #BE0E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E97; }

 p { color: rgb(190,14,151); }

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

background-color css

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

 a { background-color: rgb(190,14,151); }

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

border-color css

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

 span { border-color: rgb(190,14,151); }

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