Html Css Color HEX #BA17AF Deep Magenta

📋 copy color: '#BA17AF'

red 186 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #BA17AF

Tints of Deep Magenta #BA17AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 48.44%
G = 5.99%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA17AF (or 0xBA17AF) is known color: Deep Magenta. HEX triplet: BA, 17 and AF. RGB value is (186,23,175). Sum of RGB (Red+Green+Blue) = 186+23+175=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA17AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA17AF is #45E850. Grayscale: #585858. Windows color (decimal): -4581457 or 11474874. OLE color: 11474874.

HSL color Cylindrical-coordinate representation of color #BA17AF: hue angle of 304.05º 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 #BA17AF is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 175 -
CMYK 0 0.88 0.06 0.27
HSL 304.05º 0.78% 0.41% -
HSV(B) 304.05º 0.88% 0.73% -
XYZ 28.29 14.15 41.8 -
YUV 89.07 176.5 197.14 -
System Red Green Blue C M Y K H S L
Decimal 186 23 175 0 0.88 0.06 0.27 304.05 0.78 0.41
Hex BA 17 AF 0 58 6 1B 130 4E 29
Octal 272 27 257 0 130 6 33 460 116 51
Binary 10111010 10111 10101111 0 1011000 110 11011 100110000 1001110 101001

Color Harmonies of #BA17AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17AF

Black with #BA17AF

Text Example


Text Example

White with #BA17AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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