Html Css Color HEX #BE2079 Medium Violet Red

📋 copy color: '#BE2079'

red 190 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #BE2079

Tints of Medium Violet Red #BE2079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 55.39%
G = 9.33%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE2079 (or 0xBE2079) is known color: Medium Violet Red. HEX triplet: BE, 20 and 79. RGB value is (190,32,121). Sum of RGB (Red+Green+Blue) = 190+32+121=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2079 is #41DF86. Grayscale: #595959. Windows color (decimal): -4317063 or 7938238. OLE color: 7938238.

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

Color convert

RGB 190 32 121 -
CMYK 0 0.83 0.36 0.25
HSL 326.2º 0.71% 0.44% -
HSV(B) 326.2º 0.83% 0.75% -
XYZ 25.2 13.36 19.34 -
YUV 89.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 190 32 121 0 0.83 0.36 0.25 326.2 0.71 0.44
Hex BE 20 79 0 53 24 19 146 47 2C
Octal 276 40 171 0 123 44 31 506 107 54
Binary 10111110 100000 1111001 0 1010011 100100 11001 101000110 1000111 101100

Color Harmonies of #BE2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2079

Black with #BE2079

Text Example


Text Example

White with #BE2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2079; }

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

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

background-color css

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

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

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

border-color css

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

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

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