Html Css Color HEX #BA01A6 Deep Magenta

📋 copy color: '#BA01A6'

red 186 ◦ green 1 ◦ blue 166

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

Shades of Deep Magenta #BA01A6

Tints of Deep Magenta #BA01A6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 52.69%
G = 0.28%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA01A6 (or 0xBA01A6) is known color: Deep Magenta. HEX triplet: BA, 01 and A6. RGB value is (186,1,166). Sum of RGB (Red+Green+Blue) = 186+1+166=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A6 is #45FE59. Grayscale: #4A4A4A. Windows color (decimal): -4587098 or 10879418. OLE color: 10879418.

HSL color Cylindrical-coordinate representation of color #BA01A6: hue angle of 306.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA01A6 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 166 -
CMYK 0 0.99 0.11 0.27
HSL 306.49º 0.99% 0.37% -
HSV(B) 306.49º 0.99% 0.73% -
XYZ 27.14 13.21 37.2 -
YUV 75.13 179.29 207.08 -
System Red Green Blue C M Y K H S L
Decimal 186 1 166 0 0.99 0.11 0.27 306.49 0.99 0.37
Hex BA 1 A6 0 63 B 1B 132 63 25
Octal 272 1 246 0 143 13 33 462 143 45
Binary 10111010 1 10100110 0 1100011 1011 11011 100110010 1100011 100101

Color Harmonies of #BA01A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01A6

Black with #BA01A6

Text Example


Text Example

White with #BA01A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01A6; }

 p { color: rgb(186,1,166); }

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

background-color css

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

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

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

border-color css

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

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

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