Html Css Color HEX #BE20DC Deep Magenta

📋 copy color: '#BE20DC'

red 190 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #BE20DC

Tints of Deep Magenta #BE20DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 42.99%
G = 7.24%
B = 49.77%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE20DC (or 0xBE20DC) is known color: Deep Magenta. HEX triplet: BE, 20 and DC. RGB value is (190,32,220). Sum of RGB (Red+Green+Blue) = 190+32+220=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20DC is #41DF23. Grayscale: #646464. Windows color (decimal): -4316964 or 14426302. OLE color: 14426302.

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

Color convert

RGB 190 32 220 -
CMYK 0.14 0.85 0 0.14
HSL 290.43º 0.75% 0.49% -
HSV(B) 290.43º 0.85% 0.86% -
XYZ 34.67 17.15 69.19 -
YUV 100.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 190 32 220 0.14 0.85 0 0.14 290.43 0.75 0.49
Hex BE 20 DC E 55 0 E 122 4B 31
Octal 276 40 334 16 125 0 16 442 113 61
Binary 10111110 100000 11011100 1110 1010101 0 1110 100100010 1001011 110001

Color Harmonies of #BE20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20DC

Black with #BE20DC

Text Example


Text Example

White with #BE20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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