Html Css Color HEX #BA10CC Deep Magenta

📋 copy color: '#BA10CC'

red 186 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #BA10CC

Tints of Deep Magenta #BA10CC

RGB

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

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

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

R = 45.81%
G = 3.94%
B = 50.25%

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

#BA10CC (or 0xBA10CC) is known color: Deep Magenta. HEX triplet: BA, 10 and CC. RGB value is (186,16,204). Sum of RGB (Red+Green+Blue) = 186+16+204=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10CC is #45EF33. Grayscale: #575757. Windows color (decimal): -4583220 or 13373626. OLE color: 13373626.

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

Color convert

RGB 186 16 204 -
CMYK 0.09 0.92 0 0.2
HSL 294.26º 0.85% 0.43% -
HSV(B) 294.26º 0.92% 0.8% -
XYZ 31.33 15.17 58.4 -
YUV 88.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 186 16 204 0.09 0.92 0 0.2 294.26 0.85 0.43
Hex BA 10 CC 9 5C 0 14 126 55 2B
Octal 272 20 314 11 134 0 24 446 125 53
Binary 10111010 10000 11001100 1001 1011100 0 10100 100100110 1010101 101011

Color Harmonies of #BA10CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10CC

Black with #BA10CC

Text Example


Text Example

White with #BA10CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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