Html Css Color HEX #BE17DE Deep Magenta

📋 copy color: '#BE17DE'

red 190 ◦ green 23 ◦ blue 222

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

Shades of Deep Magenta #BE17DE

Tints of Deep Magenta #BE17DE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.29%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 43.68%
G = 5.29%
B = 51.03%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE17DE (or 0xBE17DE) is known color: Deep Magenta. HEX triplet: BE, 17 and DE. RGB value is (190,23,222). Sum of RGB (Red+Green+Blue) = 190+23+222=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17DE is #41E821. Grayscale: #5E5E5E. Windows color (decimal): -4319266 or 14555070. OLE color: 14555070.

HSL color Cylindrical-coordinate representation of color #BE17DE: hue angle of 290.35º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE17DE is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 23 222 -
CMYK 0.14 0.90 0 0.13
HSL 290.35º 0.81% 0.48% -
HSV(B) 290.35º 0.9% 0.87% -
XYZ 34.73 16.83 70.53 -
YUV 95.62 199.33 195.32 -
System Red Green Blue C M Y K H S L
Decimal 190 23 222 0.14 0.90 0 0.13 290.35 0.81 0.48
Hex BE 17 DE E 5A 0 D 122 51 30
Octal 276 27 336 16 132 0 15 442 121 60
Binary 10111110 10111 11011110 1110 1011010 0 1101 100100010 1010001 110000

Color Harmonies of #BE17DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE17DE

Black with #BE17DE

Text Example


Text Example

White with #BE17DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE17DE; }

 p { color: rgb(190,23,222); }

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

background-color css

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

 a { background-color: rgb(190,23,222); }

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

border-color css

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

 span { border-color: rgb(190,23,222); }

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