Html Css Color HEX #BE20A1 Medium Violet Red

📋 copy color: '#BE20A1'

red 190 ◦ green 32 ◦ blue 161

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

Shades of Medium Violet Red #BE20A1

Tints of Medium Violet Red #BE20A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 49.61%
G = 8.36%
B = 42.04%

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

#BE20A1 (or 0xBE20A1) is known color: Medium Violet Red. HEX triplet: BE, 20 and A1. RGB value is (190,32,161). Sum of RGB (Red+Green+Blue) = 190+32+161=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A1 is #41DF5E. Grayscale: #5D5D5D. Windows color (decimal): -4317023 or 10559678. OLE color: 10559678.

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

Color convert

RGB 190 32 161 -
CMYK 0 0.83 0.15 0.25
HSL 311.01º 0.71% 0.44% -
HSV(B) 311.01º 0.83% 0.75% -
XYZ 28.18 14.55 35.04 -
YUV 93.95 165.85 196.51 -
System Red Green Blue C M Y K H S L
Decimal 190 32 161 0 0.83 0.15 0.25 311.01 0.71 0.44
Hex BE 20 A1 0 53 F 19 137 47 2C
Octal 276 40 241 0 123 17 31 467 107 54
Binary 10111110 100000 10100001 0 1010011 1111 11001 100110111 1000111 101100

Color Harmonies of #BE20A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20A1

Black with #BE20A1

Text Example


Text Example

White with #BE20A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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