Html Css Color HEX #BE11DB Deep Magenta

📋 copy color: '#BE11DB'

red 190 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #BE11DB

Tints of Deep Magenta #BE11DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.99%

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

R = 44.6%
G = 3.99%
B = 51.41%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE11DB (or 0xBE11DB) is known color: Deep Magenta. HEX triplet: BE, 11 and DB. RGB value is (190,17,219). Sum of RGB (Red+Green+Blue) = 190+17+219=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE11DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11DB is #41EE24. Grayscale: #5B5B5B. Windows color (decimal): -4320805 or 14356926. OLE color: 14356926.

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

Color convert

RGB 190 17 219 -
CMYK 0.13 0.92 0 0.14
HSL 291.39º 0.86% 0.46% -
HSV(B) 291.39º 0.92% 0.86% -
XYZ 34.22 16.46 68.39 -
YUV 91.76 199.81 198.07 -
System Red Green Blue C M Y K H S L
Decimal 190 17 219 0.13 0.92 0 0.14 291.39 0.86 0.46
Hex BE 11 DB D 5C 0 E 123 56 2E
Octal 276 21 333 15 134 0 16 443 126 56
Binary 10111110 10001 11011011 1101 1011100 0 1110 100100011 1010110 101110

Color Harmonies of #BE11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11DB

Black with #BE11DB

Text Example


Text Example

White with #BE11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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