Html Css Color HEX #BA01A8 Deep Magenta

📋 copy color: '#BA01A8'

red 186 ◦ green 1 ◦ blue 168

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

Shades of Deep Magenta #BA01A8

Tints of Deep Magenta #BA01A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.32%

R = 52.39%
G = 0.28%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA01A8 (or 0xBA01A8) is known color: Deep Magenta. HEX triplet: BA, 01 and A8. RGB value is (186,1,168). Sum of RGB (Red+Green+Blue) = 186+1+168=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01A8 is #45FE57. Grayscale: #4A4A4A. Windows color (decimal): -4587096 or 11010490. OLE color: 11010490.

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

Color convert

RGB 186 1 168 -
CMYK 0 0.99 0.10 0.27
HSL 305.84º 0.99% 0.37% -
HSV(B) 305.84º 0.99% 0.73% -
XYZ 27.33 13.29 38.17 -
YUV 75.35 180.29 206.92 -
System Red Green Blue C M Y K H S L
Decimal 186 1 168 0 0.99 0.10 0.27 305.84 0.99 0.37
Hex BA 1 A8 0 63 A 1B 132 63 25
Octal 272 1 250 0 143 12 33 462 143 45
Binary 10111010 1 10101000 0 1100011 1010 11011 100110010 1100011 100101

Color Harmonies of #BA01A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01A8

Black with #BA01A8

Text Example


Text Example

White with #BA01A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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