Html Css Color HEX #BE21DD Deep Magenta

📋 copy color: '#BE21DD'

red 190 ◦ green 33 ◦ blue 221

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

Shades of Deep Magenta #BE21DD

Tints of Deep Magenta #BE21DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 42.79%
G = 7.43%
B = 49.77%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE21DD (or 0xBE21DD) is known color: Deep Magenta. HEX triplet: BE, 21 and DD. RGB value is (190,33,221). Sum of RGB (Red+Green+Blue) = 190+33+221=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21DD is #41DE22. Grayscale: #646464. Windows color (decimal): -4316707 or 14492094. OLE color: 14492094.

HSL color Cylindrical-coordinate representation of color #BE21DD: hue angle of 290.11º degrees, saturation: 0.74, 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 #BE21DD is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 33 221 -
CMYK 0.14 0.85 0 0.13
HSL 290.11º 0.74% 0.5% -
HSV(B) 290.11º 0.85% 0.87% -
XYZ 34.83 17.26 69.9 -
YUV 101.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 190 33 221 0.14 0.85 0 0.13 290.11 0.74 0.5
Hex BE 21 DD E 55 0 D 122 4A 32
Octal 276 41 335 16 125 0 15 442 112 62
Binary 10111110 100001 11011101 1110 1010101 0 1101 100100010 1001010 110010

Color Harmonies of #BE21DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21DD

Black with #BE21DD

Text Example


Text Example

White with #BE21DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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