Html Css Color HEX #BA1FAE Deep Magenta

📋 copy color: '#BA1FAE'

red 186 ◦ green 31 ◦ blue 174

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

Shades of Deep Magenta #BA1FAE

Tints of Deep Magenta #BA1FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

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

R = 47.57%
G = 7.93%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA1FAE (or 0xBA1FAE) is known color: Deep Magenta. HEX triplet: BA, 1F and AE. RGB value is (186,31,174). Sum of RGB (Red+Green+Blue) = 186+31+174=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FAE is #45E051. Grayscale: #5D5D5D. Windows color (decimal): -4579410 or 11411386. OLE color: 11411386.

HSL color Cylindrical-coordinate representation of color #BA1FAE: hue angle of 304.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1FAE is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 174 -
CMYK 0 0.83 0.06 0.27
HSL 304.65º 0.71% 0.43% -
HSV(B) 304.65º 0.83% 0.73% -
XYZ 28.38 14.48 41.34 -
YUV 93.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 186 31 174 0 0.83 0.06 0.27 304.65 0.71 0.43
Hex BA 1F AE 0 53 6 1B 131 47 2B
Octal 272 37 256 0 123 6 33 461 107 53
Binary 10111010 11111 10101110 0 1010011 110 11011 100110001 1000111 101011

Color Harmonies of #BA1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FAE

Black with #BA1FAE

Text Example


Text Example

White with #BA1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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