Html Css Color HEX #BA13AE Deep Magenta

📋 copy color: '#BA13AE'

red 186 ◦ green 19 ◦ blue 174

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

Shades of Deep Magenta #BA13AE

Tints of Deep Magenta #BA13AE

RGB

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

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

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

R = 49.08%
G = 5.01%
B = 45.91%

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

#BA13AE (or 0xBA13AE) is known color: Deep Magenta. HEX triplet: BA, 13 and AE. RGB value is (186,19,174). Sum of RGB (Red+Green+Blue) = 186+19+174=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA13AE is #45EC51. Grayscale: #565656. Windows color (decimal): -4582482 or 11408314. OLE color: 11408314.

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

Color convert

RGB 186 19 174 -
CMYK 0 0.90 0.06 0.27
HSL 304.31º 0.81% 0.4% -
HSV(B) 304.31º 0.9% 0.73% -
XYZ 28.12 13.96 41.26 -
YUV 86.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 186 19 174 0 0.90 0.06 0.27 304.31 0.81 0.4
Hex BA 13 AE 0 5A 6 1B 130 51 28
Octal 272 23 256 0 132 6 33 460 121 50
Binary 10111010 10011 10101110 0 1011010 110 11011 100110000 1010001 101000

Color Harmonies of #BA13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13AE

Black with #BA13AE

Text Example


Text Example

White with #BA13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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