Html Css Color HEX #BA17BA Deep Magenta

📋 copy color: '#BA17BA'

red 186 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #BA17BA

Tints of Deep Magenta #BA17BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 47.09%
G = 5.82%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA17BA (or 0xBA17BA) is known color: Deep Magenta. HEX triplet: BA, 17 and BA. RGB value is (186,23,186). Sum of RGB (Red+Green+Blue) = 186+23+186=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17BA is #45E845. Grayscale: #595959. Windows color (decimal): -4581446 or 12195770. OLE color: 12195770.

HSL color Cylindrical-coordinate representation of color #BA17BA: hue angle of 300º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17BA is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 186 -
CMYK 0 0.88 0 0.27
HSL 300º 0.78% 0.41% -
HSV(B) 300º 0.88% 0.73% -
XYZ 29.42 14.6 47.72 -
YUV 90.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 186 23 186 0 0.88 0 0.27 300 0.78 0.41
Hex BA 17 BA 0 58 0 1B 12C 4E 29
Octal 272 27 272 0 130 0 33 454 116 51
Binary 10111010 10111 10111010 0 1011000 0 11011 100101100 1001110 101001

Color Harmonies of #BA17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17BA

Black with #BA17BA

Text Example


Text Example

White with #BA17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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