Html Css Color HEX #BA17CD Deep Magenta

📋 copy color: '#BA17CD'

red 186 ◦ green 23 ◦ blue 205

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

Shades of Deep Magenta #BA17CD

Tints of Deep Magenta #BA17CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 44.93%
G = 5.56%
B = 49.52%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA17CD (or 0xBA17CD) is known color: Deep Magenta. HEX triplet: BA, 17 and CD. RGB value is (186,23,205). Sum of RGB (Red+Green+Blue) = 186+23+205=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17CD is #45E832. Grayscale: #5B5B5B. Windows color (decimal): -4581427 or 13440954. OLE color: 13440954.

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

Color convert

RGB 186 23 205 -
CMYK 0.09 0.89 0 0.20
HSL 293.74º 0.8% 0.45% -
HSV(B) 293.74º 0.89% 0.8% -
XYZ 31.58 15.46 59.08 -
YUV 92.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 186 23 205 0.09 0.89 0 0.20 293.74 0.8 0.45
Hex BA 17 CD 9 59 0 14 126 50 2D
Octal 272 27 315 11 131 0 24 446 120 55
Binary 10111010 10111 11001101 1001 1011001 0 10100 100100110 1010000 101101

Color Harmonies of #BA17CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA17CD

Black with #BA17CD

Text Example


Text Example

White with #BA17CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA17CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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