Html Css Color HEX #BE20A2 Medium Violet Red

📋 copy color: '#BE20A2'

red 190 ◦ green 32 ◦ blue 162

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

Shades of Medium Violet Red #BE20A2

Tints of Medium Violet Red #BE20A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.19%

R = 49.48%
G = 8.33%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE20A2 (or 0xBE20A2) is known color: Medium Violet Red. HEX triplet: BE, 20 and A2. RGB value is (190,32,162). Sum of RGB (Red+Green+Blue) = 190+32+162=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A2 is #41DF5D. Grayscale: #5D5D5D. Windows color (decimal): -4317022 or 10625214. OLE color: 10625214.

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

Color convert

RGB 190 32 162 -
CMYK 0 0.83 0.15 0.25
HSL 310.63º 0.71% 0.44% -
HSV(B) 310.63º 0.83% 0.75% -
XYZ 28.27 14.59 35.51 -
YUV 94.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 190 32 162 0 0.83 0.15 0.25 310.63 0.71 0.44
Hex BE 20 A2 0 53 F 19 137 47 2C
Octal 276 40 242 0 123 17 31 467 107 54
Binary 10111110 100000 10100010 0 1010011 1111 11001 100110111 1000111 101100

Color Harmonies of #BE20A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20A2

Black with #BE20A2

Text Example


Text Example

White with #BE20A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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