Html Css Color HEX #BA17D9 Deep Magenta

📋 copy color: '#BA17D9'

red 186 ◦ green 23 ◦ blue 217

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

Shades of Deep Magenta #BA17D9

Tints of Deep Magenta #BA17D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.94%

R = 43.66%
G = 5.4%
B = 50.94%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA17D9 (or 0xBA17D9) is known color: Deep Magenta. HEX triplet: BA, 17 and D9. RGB value is (186,23,217). Sum of RGB (Red+Green+Blue) = 186+23+217=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA17D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17D9 is #45E826. Grayscale: #5D5D5D. Windows color (decimal): -4581415 or 14227386. OLE color: 14227386.

HSL color Cylindrical-coordinate representation of color #BA17D9: hue angle of 290.41º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17D9 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 23 217 -
CMYK 0.14 0.89 0 0.15
HSL 290.41º 0.81% 0.47% -
HSV(B) 290.41º 0.89% 0.85% -
XYZ 33.08 16.06 67 -
YUV 93.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 186 23 217 0.14 0.89 0 0.15 290.41 0.81 0.47
Hex BA 17 D9 E 59 0 F 122 51 2F
Octal 272 27 331 16 131 0 17 442 121 57
Binary 10111010 10111 11011001 1110 1011001 0 1111 100100010 1010001 101111

Color Harmonies of #BA17D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17D9

Black with #BA17D9

Text Example


Text Example

White with #BA17D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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