Html Css Color HEX #BA12BA Deep Magenta

📋 copy color: '#BA12BA'

red 186 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #BA12BA

Tints of Deep Magenta #BA12BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.62%

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

R = 47.69%
G = 4.62%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA12BA (or 0xBA12BA) is known color: Deep Magenta. HEX triplet: BA, 12 and BA. RGB value is (186,18,186). Sum of RGB (Red+Green+Blue) = 186+18+186=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA12BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12BA is #45ED45. Grayscale: #565656. Windows color (decimal): -4582726 or 12194490. OLE color: 12194490.

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

Color convert

RGB 186 18 186 -
CMYK 0 0.90 0 0.27
HSL 300º 0.82% 0.4% -
HSV(B) 300º 0.9% 0.73% -
XYZ 29.33 14.42 47.69 -
YUV 87.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 186 18 186 0 0.90 0 0.27 300 0.82 0.4
Hex BA 12 BA 0 5A 0 1B 12C 52 28
Octal 272 22 272 0 132 0 33 454 122 50
Binary 10111010 10010 10111010 0 1011010 0 11011 100101100 1010010 101000

Color Harmonies of #BA12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12BA

Black with #BA12BA

Text Example


Text Example

White with #BA12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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