Html Css Color HEX #BE20AB Medium Violet Red

📋 copy color: '#BE20AB'

red 190 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #BE20AB

Tints of Medium Violet Red #BE20AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 48.35%
G = 8.14%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE20AB (or 0xBE20AB) is known color: Medium Violet Red. HEX triplet: BE, 20 and AB. RGB value is (190,32,171). Sum of RGB (Red+Green+Blue) = 190+32+171=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20AB is #41DF54. Grayscale: #5E5E5E. Windows color (decimal): -4317013 or 11215038. OLE color: 11215038.

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

Color convert

RGB 190 32 171 -
CMYK 0 0.83 0.10 0.25
HSL 307.22º 0.71% 0.44% -
HSV(B) 307.22º 0.83% 0.75% -
XYZ 29.1 14.92 39.87 -
YUV 95.09 170.85 195.7 -
System Red Green Blue C M Y K H S L
Decimal 190 32 171 0 0.83 0.10 0.25 307.22 0.71 0.44
Hex BE 20 AB 0 53 A 19 133 47 2C
Octal 276 40 253 0 123 12 31 463 107 54
Binary 10111110 100000 10101011 0 1010011 1010 11001 100110011 1000111 101100

Color Harmonies of #BE20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20AB

Black with #BE20AB

Text Example


Text Example

White with #BE20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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