Html Css Color HEX #BA01AD Deep Magenta

📋 copy color: '#BA01AD'

red 186 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #BA01AD

Tints of Deep Magenta #BA01AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.06%

R = 51.67%
G = 0.28%
B = 48.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA01AD (or 0xBA01AD) is known color: Deep Magenta. HEX triplet: BA, 01 and AD. RGB value is (186,1,173). Sum of RGB (Red+Green+Blue) = 186+1+173=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01AD is #45FE52. Grayscale: #4B4B4B. Windows color (decimal): -4587091 or 11338170. OLE color: 11338170.

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

Color convert

RGB 186 1 173 -
CMYK 0 0.99 0.07 0.27
HSL 304.22º 0.99% 0.37% -
HSV(B) 304.22º 0.99% 0.73% -
XYZ 27.8 13.48 40.67 -
YUV 75.92 182.79 206.51 -
System Red Green Blue C M Y K H S L
Decimal 186 1 173 0 0.99 0.07 0.27 304.22 0.99 0.37
Hex BA 1 AD 0 63 7 1B 130 63 25
Octal 272 1 255 0 143 7 33 460 143 45
Binary 10111010 1 10101101 0 1100011 111 11011 100110000 1100011 100101

Color Harmonies of #BA01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01AD

Black with #BA01AD

Text Example


Text Example

White with #BA01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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