Html Css Color HEX #BE19DA Deep Magenta

📋 copy color: '#BE19DA'

red 190 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #BE19DA

Tints of Deep Magenta #BE19DA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.77%

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 43.88%
G = 5.77%
B = 50.35%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE19DA (or 0xBE19DA) is known color: Deep Magenta. HEX triplet: BE, 19 and DA. RGB value is (190,25,218). Sum of RGB (Red+Green+Blue) = 190+25+218=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19DA is #41E625. Grayscale: #5F5F5F. Windows color (decimal): -4318758 or 14293438. OLE color: 14293438.

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

Color convert

RGB 190 25 218 -
CMYK 0.13 0.89 0 0.15
HSL 291.3º 0.79% 0.48% -
HSV(B) 291.3º 0.89% 0.85% -
XYZ 34.24 16.7 67.75 -
YUV 96.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 190 25 218 0.13 0.89 0 0.15 291.3 0.79 0.48
Hex BE 19 DA D 59 0 F 123 4F 30
Octal 276 31 332 15 131 0 17 443 117 60
Binary 10111110 11001 11011010 1101 1011001 0 1111 100100011 1001111 110000

Color Harmonies of #BE19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19DA

Black with #BE19DA

Text Example


Text Example

White with #BE19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19DA; }

 p { color: rgb(190,25,218); }

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

background-color css

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

 a { background-color: rgb(190,25,218); }

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

border-color css

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

 span { border-color: rgb(190,25,218); }

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