Html Css Color HEX #BE21CE Deep Magenta

📋 copy color: '#BE21CE'

red 190 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #BE21CE

Tints of Deep Magenta #BE21CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.69%

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

R = 44.29%
G = 7.69%
B = 48.02%

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

#BE21CE (or 0xBE21CE) is known color: Deep Magenta. HEX triplet: BE, 21 and CE. RGB value is (190,33,206). Sum of RGB (Red+Green+Blue) = 190+33+206=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21CE is #41DE31. Grayscale: #636363. Windows color (decimal): -4316722 or 13509054. OLE color: 13509054.

HSL color Cylindrical-coordinate representation of color #BE21CE: hue angle of 294.45º degrees, saturation: 0.72, 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 #BE21CE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 33 206 -
CMYK 0.08 0.84 0 0.19
HSL 294.45º 0.72% 0.47% -
HSV(B) 294.45º 0.84% 0.81% -
XYZ 32.92 16.49 59.84 -
YUV 99.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 190 33 206 0.08 0.84 0 0.19 294.45 0.72 0.47
Hex BE 21 CE 8 54 0 13 126 48 2F
Octal 276 41 316 10 124 0 23 446 110 57
Binary 10111110 100001 11001110 1000 1010100 0 10011 100100110 1001000 101111

Color Harmonies of #BE21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21CE

Black with #BE21CE

Text Example


Text Example

White with #BE21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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