Html Css Color HEX #BE11DC Deep Magenta

📋 copy color: '#BE11DC'

red 190 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #BE11DC

Tints of Deep Magenta #BE11DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 44.5%
G = 3.98%
B = 51.52%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE11DC (or 0xBE11DC) is known color: Deep Magenta. HEX triplet: BE, 11 and DC. RGB value is (190,17,220). Sum of RGB (Red+Green+Blue) = 190+17+220=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE11DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11DC is #41EE23. Grayscale: #5B5B5B. Windows color (decimal): -4320804 or 14422462. OLE color: 14422462.

HSL color Cylindrical-coordinate representation of color #BE11DC: hue angle of 291.13º 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 #BE11DC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 17 220 -
CMYK 0.14 0.92 0 0.14
HSL 291.13º 0.86% 0.46% -
HSV(B) 291.13º 0.92% 0.86% -
XYZ 34.35 16.52 69.09 -
YUV 91.87 200.31 197.99 -
System Red Green Blue C M Y K H S L
Decimal 190 17 220 0.14 0.92 0 0.14 291.13 0.86 0.46
Hex BE 11 DC E 5C 0 E 123 56 2E
Octal 276 21 334 16 134 0 16 443 126 56
Binary 10111110 10001 11011100 1110 1011100 0 1110 100100011 1010110 101110

Color Harmonies of #BE11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11DC

Black with #BE11DC

Text Example


Text Example

White with #BE11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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