Html Css Color HEX #BE20AD Deep Magenta

📋 copy color: '#BE20AD'

red 190 ◦ green 32 ◦ blue 173

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

Shades of Deep Magenta #BE20AD

Tints of Deep Magenta #BE20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 48.1%
G = 8.1%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE20AD (or 0xBE20AD) is known color: Deep Magenta. HEX triplet: BE, 20 and AD. RGB value is (190,32,173). Sum of RGB (Red+Green+Blue) = 190+32+173=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20AD is #41DF52. Grayscale: #5E5E5E. Windows color (decimal): -4317011 or 11346110. OLE color: 11346110.

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

Color convert

RGB 190 32 173 -
CMYK 0 0.83 0.09 0.25
HSL 306.46º 0.71% 0.44% -
HSV(B) 306.46º 0.83% 0.75% -
XYZ 29.29 15 40.89 -
YUV 95.32 171.85 195.54 -
System Red Green Blue C M Y K H S L
Decimal 190 32 173 0 0.83 0.09 0.25 306.46 0.71 0.44
Hex BE 20 AD 0 53 9 19 132 47 2C
Octal 276 40 255 0 123 11 31 462 107 54
Binary 10111110 100000 10101101 0 1010011 1001 11001 100110010 1000111 101100

Color Harmonies of #BE20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20AD

Black with #BE20AD

Text Example


Text Example

White with #BE20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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