Html Css Color HEX #BE19DB Deep Magenta

📋 copy color: '#BE19DB'

red 190 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #BE19DB

Tints of Deep Magenta #BE19DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 43.78%
G = 5.76%
B = 50.46%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE19DB (or 0xBE19DB) is known color: Deep Magenta. HEX triplet: BE, 19 and DB. RGB value is (190,25,219). Sum of RGB (Red+Green+Blue) = 190+25+219=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19DB is #41E624. Grayscale: #5F5F5F. Windows color (decimal): -4318757 or 14358974. OLE color: 14358974.

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

Color convert

RGB 190 25 219 -
CMYK 0.13 0.89 0 0.14
HSL 291.03º 0.8% 0.48% -
HSV(B) 291.03º 0.89% 0.86% -
XYZ 34.37 16.76 68.44 -
YUV 96.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 190 25 219 0.13 0.89 0 0.14 291.03 0.8 0.48
Hex BE 19 DB D 59 0 E 123 50 30
Octal 276 31 333 15 131 0 16 443 120 60
Binary 10111110 11001 11011011 1101 1011001 0 1110 100100011 1010000 110000

Color Harmonies of #BE19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19DB

Black with #BE19DB

Text Example


Text Example

White with #BE19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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