Html Css Color HEX #BE21DF Deep Magenta

📋 copy color: '#BE21DF'

red 190 ◦ green 33 ◦ blue 223

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

Shades of Deep Magenta #BE21DF

Tints of Deep Magenta #BE21DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 42.6%
G = 7.4%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE21DF (or 0xBE21DF) is known color: Deep Magenta. HEX triplet: BE, 21 and DF. RGB value is (190,33,223). Sum of RGB (Red+Green+Blue) = 190+33+223=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21DF is #41DE20. Grayscale: #656565. Windows color (decimal): -4316705 or 14623166. OLE color: 14623166.

HSL color Cylindrical-coordinate representation of color #BE21DF: hue angle of 289.58º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE21DF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 33 223 -
CMYK 0.15 0.85 0 0.13
HSL 289.58º 0.75% 0.5% -
HSV(B) 289.58º 0.85% 0.87% -
XYZ 35.1 17.36 71.31 -
YUV 101.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 190 33 223 0.15 0.85 0 0.13 289.58 0.75 0.5
Hex BE 21 DF F 55 0 D 122 4B 32
Octal 276 41 337 17 125 0 15 442 113 62
Binary 10111110 100001 11011111 1111 1010101 0 1101 100100010 1001011 110010

Color Harmonies of #BE21DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21DF

Black with #BE21DF

Text Example


Text Example

White with #BE21DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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