Html Css Color HEX #BA13BA Deep Magenta

📋 copy color: '#BA13BA'

red 186 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #BA13BA

Tints of Deep Magenta #BA13BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.86%

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

R = 47.57%
G = 4.86%
B = 47.57%

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

#BA13BA (or 0xBA13BA) is known color: Deep Magenta. HEX triplet: BA, 13 and BA. RGB value is (186,19,186). Sum of RGB (Red+Green+Blue) = 186+19+186=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 19 (7.81% from 255 or 4.86% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13BA is #45EC45. Grayscale: #575757. Windows color (decimal): -4582470 or 12194746. OLE color: 12194746.

HSL color Cylindrical-coordinate representation of color #BA13BA: hue angle of 300º degrees, saturation: 0.81, 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 #BA13BA is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 186 -
CMYK 0 0.90 0 0.27
HSL 300º 0.81% 0.4% -
HSV(B) 300º 0.9% 0.73% -
XYZ 29.35 14.45 47.7 -
YUV 87.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 186 19 186 0 0.90 0 0.27 300 0.81 0.4
Hex BA 13 BA 0 5A 0 1B 12C 51 28
Octal 272 23 272 0 132 0 33 454 121 50
Binary 10111010 10011 10111010 0 1011010 0 11011 100101100 1010001 101000

Color Harmonies of #BA13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13BA

Black with #BA13BA

Text Example


Text Example

White with #BA13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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