Html Css Color HEX #BA11CC Deep Magenta

📋 copy color: '#BA11CC'

red 186 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #BA11CC

Tints of Deep Magenta #BA11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.18%

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

R = 45.7%
G = 4.18%
B = 50.12%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA11CC (or 0xBA11CC) is known color: Deep Magenta. HEX triplet: BA, 11 and CC. RGB value is (186,17,204). Sum of RGB (Red+Green+Blue) = 186+17+204=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11CC is #45EE33. Grayscale: #585858. Windows color (decimal): -4582964 or 13373882. OLE color: 13373882.

HSL color Cylindrical-coordinate representation of color #BA11CC: hue angle of 294.22º degrees, saturation: 0.85, 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 #BA11CC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 17 204 -
CMYK 0.09 0.92 0 0.2
HSL 294.22º 0.85% 0.43% -
HSV(B) 294.22º 0.92% 0.8% -
XYZ 31.35 15.2 58.41 -
YUV 88.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 186 17 204 0.09 0.92 0 0.2 294.22 0.85 0.43
Hex BA 11 CC 9 5C 0 14 126 55 2B
Octal 272 21 314 11 134 0 24 446 125 53
Binary 10111010 10001 11001100 1001 1011100 0 10100 100100110 1010101 101011

Color Harmonies of #BA11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11CC

Black with #BA11CC

Text Example


Text Example

White with #BA11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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