Html Css Color HEX #BA17C0 Deep Magenta

📋 copy color: '#BA17C0'

red 186 ◦ green 23 ◦ blue 192

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

Shades of Deep Magenta #BA17C0

Tints of Deep Magenta #BA17C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 46.38%
G = 5.74%
B = 47.88%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA17C0 (or 0xBA17C0) is known color: Deep Magenta. HEX triplet: BA, 17 and C0. RGB value is (186,23,192). Sum of RGB (Red+Green+Blue) = 186+23+192=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA17C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17C0 is #45E83F. Grayscale: #5A5A5A. Windows color (decimal): -4581440 or 12588986. OLE color: 12588986.

HSL color Cylindrical-coordinate representation of color #BA17C0: hue angle of 297.87º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17C0 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 23 192 -
CMYK 0.03 0.88 0 0.25
HSL 297.87º 0.79% 0.42% -
HSV(B) 297.87º 0.88% 0.75% -
XYZ 30.07 14.86 51.15 -
YUV 91 185 195.76 -
System Red Green Blue C M Y K H S L
Decimal 186 23 192 0.03 0.88 0 0.25 297.87 0.79 0.42
Hex BA 17 C0 3 58 0 19 12A 4F 2A
Octal 272 27 300 3 130 0 31 452 117 52
Binary 10111010 10111 11000000 11 1011000 0 11001 100101010 1001111 101010

Color Harmonies of #BA17C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17C0

Black with #BA17C0

Text Example


Text Example

White with #BA17C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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