Html Css Color HEX #BE20CE Deep Magenta

📋 copy color: '#BE20CE'

red 190 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #BE20CE

Tints of Deep Magenta #BE20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 44.39%
G = 7.48%
B = 48.13%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE20CE (or 0xBE20CE) is known color: Deep Magenta. HEX triplet: BE, 20 and CE. RGB value is (190,32,206). Sum of RGB (Red+Green+Blue) = 190+32+206=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20CE is #41DF31. Grayscale: #626262. Windows color (decimal): -4316978 or 13508798. OLE color: 13508798.

HSL color Cylindrical-coordinate representation of color #BE20CE: hue angle of 294.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE20CE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 32 206 -
CMYK 0.08 0.84 0 0.19
HSL 294.48º 0.73% 0.47% -
HSV(B) 294.48º 0.84% 0.81% -
XYZ 32.89 16.44 59.83 -
YUV 99.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 190 32 206 0.08 0.84 0 0.19 294.48 0.73 0.47
Hex BE 20 CE 8 54 0 13 126 49 2F
Octal 276 40 316 10 124 0 23 446 111 57
Binary 10111110 100000 11001110 1000 1010100 0 10011 100100110 1001001 101111

Color Harmonies of #BE20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20CE

Black with #BE20CE

Text Example


Text Example

White with #BE20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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