Html Css Color HEX #BA17CC Deep Magenta

📋 copy color: '#BA17CC'

red 186 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #BA17CC

Tints of Deep Magenta #BA17CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 45.04%
G = 5.57%
B = 49.39%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA17CC (or 0xBA17CC) is known color: Deep Magenta. HEX triplet: BA, 17 and CC. RGB value is (186,23,204). Sum of RGB (Red+Green+Blue) = 186+23+204=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA17CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17CC is #45E833. Grayscale: #5B5B5B. Windows color (decimal): -4581428 or 13375418. OLE color: 13375418.

HSL color Cylindrical-coordinate representation of color #BA17CC: hue angle of 294.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17CC is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 23 204 -
CMYK 0.09 0.89 0 0.2
HSL 294.03º 0.8% 0.45% -
HSV(B) 294.03º 0.89% 0.8% -
XYZ 31.46 15.41 58.44 -
YUV 92.37 191 194.78 -
System Red Green Blue C M Y K H S L
Decimal 186 23 204 0.09 0.89 0 0.2 294.03 0.8 0.45
Hex BA 17 CC 9 59 0 14 126 50 2D
Octal 272 27 314 11 131 0 24 446 120 55
Binary 10111010 10111 11001100 1001 1011001 0 10100 100100110 1010000 101101

Color Harmonies of #BA17CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17CC

Black with #BA17CC

Text Example


Text Example

White with #BA17CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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