Html Css Color HEX #BA01A5 Deep Magenta

📋 copy color: '#BA01A5'

red 186 ◦ green 1 ◦ blue 165

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

Shades of Deep Magenta #BA01A5

Tints of Deep Magenta #BA01A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.88%

R = 52.84%
G = 0.28%
B = 46.88%

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

#BA01A5 (or 0xBA01A5) is known color: Deep Magenta. HEX triplet: BA, 01 and A5. RGB value is (186,1,165). Sum of RGB (Red+Green+Blue) = 186+1+165=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A5 is #45FE5A. Grayscale: #4A4A4A. Windows color (decimal): -4587099 or 10813882. OLE color: 10813882.

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

Color convert

RGB 186 1 165 -
CMYK 0 0.99 0.11 0.27
HSL 306.81º 0.99% 0.37% -
HSV(B) 306.81º 0.99% 0.73% -
XYZ 27.05 13.18 36.72 -
YUV 75.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 186 1 165 0 0.99 0.11 0.27 306.81 0.99 0.37
Hex BA 1 A5 0 63 B 1B 133 63 25
Octal 272 1 245 0 143 13 33 463 143 45
Binary 10111010 1 10100101 0 1100011 1011 11011 100110011 1100011 100101

Color Harmonies of #BA01A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01A5

Black with #BA01A5

Text Example


Text Example

White with #BA01A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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