Html Css Color HEX #BE20D9 Deep Magenta

📋 copy color: '#BE20D9'

red 190 ◦ green 32 ◦ blue 217

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

Shades of Deep Magenta #BE20D9

Tints of Deep Magenta #BE20D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.43%

R = 43.28%
G = 7.29%
B = 49.43%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE20D9 (or 0xBE20D9) is known color: Deep Magenta. HEX triplet: BE, 20 and D9. RGB value is (190,32,217). Sum of RGB (Red+Green+Blue) = 190+32+217=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE20D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20D9 is #41DF26. Grayscale: #636363. Windows color (decimal): -4316967 or 14229694. OLE color: 14229694.

HSL color Cylindrical-coordinate representation of color #BE20D9: hue angle of 291.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE20D9 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 32 217 -
CMYK 0.12 0.85 0 0.15
HSL 291.24º 0.74% 0.49% -
HSV(B) 291.24º 0.85% 0.85% -
XYZ 34.28 16.99 67.12 -
YUV 100.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 190 32 217 0.12 0.85 0 0.15 291.24 0.74 0.49
Hex BE 20 D9 C 55 0 F 123 4A 31
Octal 276 40 331 14 125 0 17 443 112 61
Binary 10111110 100000 11011001 1100 1010101 0 1111 100100011 1001010 110001

Color Harmonies of #BE20D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20D9

Black with #BE20D9

Text Example


Text Example

White with #BE20D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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