Html Css Color HEX #BA17DE Deep Magenta

📋 copy color: '#BA17DE'

red 186 ◦ green 23 ◦ blue 222

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

Shades of Deep Magenta #BA17DE

Tints of Deep Magenta #BA17DE

RGB

 RED value IS 186 (73.05% from 255) = 43.16%

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

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

R = 43.16%
G = 5.34%
B = 51.51%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA17DE (or 0xBA17DE) is known color: Deep Magenta. HEX triplet: BA, 17 and DE. RGB value is (186,23,222). Sum of RGB (Red+Green+Blue) = 186+23+222=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA17DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17DE is #45E821. Grayscale: #5D5D5D. Windows color (decimal): -4581410 or 14555066. OLE color: 14555066.

HSL color Cylindrical-coordinate representation of color #BA17DE: hue angle of 289.15º 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 #BA17DE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 23 222 -
CMYK 0.16 0.90 0 0.13
HSL 289.15º 0.81% 0.48% -
HSV(B) 289.15º 0.9% 0.87% -
XYZ 33.74 16.33 70.48 -
YUV 94.42 200 193.32 -
System Red Green Blue C M Y K H S L
Decimal 186 23 222 0.16 0.90 0 0.13 289.15 0.81 0.48
Hex BA 17 DE 10 5A 0 D 121 51 30
Octal 272 27 336 20 132 0 15 441 121 60
Binary 10111010 10111 11011110 10000 1011010 0 1101 100100001 1010001 110000

Color Harmonies of #BA17DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17DE

Black with #BA17DE

Text Example


Text Example

White with #BA17DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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