Html Css Color HEX #BA10CD Deep Magenta

📋 copy color: '#BA10CD'

red 186 ◦ green 16 ◦ blue 205

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

Shades of Deep Magenta #BA10CD

Tints of Deep Magenta #BA10CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.93%

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

R = 45.7%
G = 3.93%
B = 50.37%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA10CD (or 0xBA10CD) is known color: Deep Magenta. HEX triplet: BA, 10 and CD. RGB value is (186,16,205). Sum of RGB (Red+Green+Blue) = 186+16+205=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA10CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10CD is #45EF32. Grayscale: #575757. Windows color (decimal): -4583219 or 13439162. OLE color: 13439162.

HSL color Cylindrical-coordinate representation of color #BA10CD: hue angle of 293.97º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA10CD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 16 205 -
CMYK 0.09 0.92 0 0.20
HSL 293.97º 0.86% 0.43% -
HSV(B) 293.97º 0.92% 0.8% -
XYZ 31.45 15.22 59.04 -
YUV 88.38 193.82 197.63 -
System Red Green Blue C M Y K H S L
Decimal 186 16 205 0.09 0.92 0 0.20 293.97 0.86 0.43
Hex BA 10 CD 9 5C 0 14 126 56 2B
Octal 272 20 315 11 134 0 24 446 126 53
Binary 10111010 10000 11001101 1001 1011100 0 10100 100100110 1010110 101011

Color Harmonies of #BA10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10CD

Black with #BA10CD

Text Example


Text Example

White with #BA10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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