Html Css Color HEX #BA10BA Deep Magenta

📋 copy color: '#BA10BA'

red 186 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #BA10BA

Tints of Deep Magenta #BA10BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 47.94%
G = 4.12%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA10BA (or 0xBA10BA) is known color: Deep Magenta. HEX triplet: BA, 10 and BA. RGB value is (186,16,186). Sum of RGB (Red+Green+Blue) = 186+16+186=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA10BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10BA is #45EF45. Grayscale: #555555. Windows color (decimal): -4583238 or 12193978. OLE color: 12193978.

HSL color Cylindrical-coordinate representation of color #BA10BA: hue angle of 300º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10BA is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 186 -
CMYK 0 0.91 0 0.27
HSL 300º 0.84% 0.4% -
HSV(B) 300º 0.91% 0.73% -
XYZ 29.3 14.35 47.68 -
YUV 86.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 186 16 186 0 0.91 0 0.27 300 0.84 0.4
Hex BA 10 BA 0 5B 0 1B 12C 54 28
Octal 272 20 272 0 133 0 33 454 124 50
Binary 10111010 10000 10111010 0 1011011 0 11011 100101100 1010100 101000

Color Harmonies of #BA10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10BA

Black with #BA10BA

Text Example


Text Example

White with #BA10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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