Html Css Color HEX #BA17DA Deep Magenta

📋 copy color: '#BA17DA'

red 186 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #BA17DA

Tints of Deep Magenta #BA17DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 43.56%
G = 5.39%
B = 51.05%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA17DA (or 0xBA17DA) is known color: Deep Magenta. HEX triplet: BA, 17 and DA. RGB value is (186,23,218). Sum of RGB (Red+Green+Blue) = 186+23+218=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17DA is #45E825. Grayscale: #5D5D5D. Windows color (decimal): -4581414 or 14292922. OLE color: 14292922.

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

Color convert

RGB 186 23 218 -
CMYK 0.15 0.89 0 0.15
HSL 290.15º 0.81% 0.47% -
HSV(B) 290.15º 0.89% 0.85% -
XYZ 33.21 16.11 67.69 -
YUV 93.97 198 193.64 -
System Red Green Blue C M Y K H S L
Decimal 186 23 218 0.15 0.89 0 0.15 290.15 0.81 0.47
Hex BA 17 DA F 59 0 F 122 51 2F
Octal 272 27 332 17 131 0 17 442 121 57
Binary 10111010 10111 11011010 1111 1011001 0 1111 100100010 1010001 101111

Color Harmonies of #BA17DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17DA

Black with #BA17DA

Text Example


Text Example

White with #BA17DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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