Html Css Color HEX #BE11DF Deep Magenta

📋 copy color: '#BE11DF'

red 190 ◦ green 17 ◦ blue 223

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

Shades of Deep Magenta #BE11DF

Tints of Deep Magenta #BE11DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 44.19%
G = 3.95%
B = 51.86%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE11DF (or 0xBE11DF) is known color: Deep Magenta. HEX triplet: BE, 11 and DF. RGB value is (190,17,223). Sum of RGB (Red+Green+Blue) = 190+17+223=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11DF is #41EE20. Grayscale: #5B5B5B. Windows color (decimal): -4320801 or 14619070. OLE color: 14619070.

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

Color convert

RGB 190 17 223 -
CMYK 0.15 0.92 0 0.13
HSL 290.39º 0.86% 0.47% -
HSV(B) 290.39º 0.92% 0.87% -
XYZ 34.75 16.68 71.2 -
YUV 92.21 201.81 197.75 -
System Red Green Blue C M Y K H S L
Decimal 190 17 223 0.15 0.92 0 0.13 290.39 0.86 0.47
Hex BE 11 DF F 5C 0 D 122 56 2F
Octal 276 21 337 17 134 0 15 442 126 57
Binary 10111110 10001 11011111 1111 1011100 0 1101 100100010 1010110 101111

Color Harmonies of #BE11DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11DF

Black with #BE11DF

Text Example


Text Example

White with #BE11DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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