Html Css Color HEX #BA12AE Deep Magenta

📋 copy color: '#BA12AE'

red 186 ◦ green 18 ◦ blue 174

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

Shades of Deep Magenta #BA12AE

Tints of Deep Magenta #BA12AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 49.21%
G = 4.76%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA12AE (or 0xBA12AE) is known color: Deep Magenta. HEX triplet: BA, 12 and AE. RGB value is (186,18,174). Sum of RGB (Red+Green+Blue) = 186+18+174=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12AE is #45ED51. Grayscale: #555555. Windows color (decimal): -4582738 or 11408058. OLE color: 11408058.

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

Color convert

RGB 186 18 174 -
CMYK 0 0.90 0.06 0.27
HSL 304.29º 0.82% 0.4% -
HSV(B) 304.29º 0.9% 0.73% -
XYZ 28.11 13.93 41.25 -
YUV 86.02 177.66 199.32 -
System Red Green Blue C M Y K H S L
Decimal 186 18 174 0 0.90 0.06 0.27 304.29 0.82 0.4
Hex BA 12 AE 0 5A 6 1B 130 52 28
Octal 272 22 256 0 132 6 33 460 122 50
Binary 10111010 10010 10101110 0 1011010 110 11011 100110000 1010010 101000

Color Harmonies of #BA12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12AE

Black with #BA12AE

Text Example


Text Example

White with #BA12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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