Html Css Color HEX #BA01AB Deep Magenta

📋 copy color: '#BA01AB'

red 186 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #BA01AB

Tints of Deep Magenta #BA01AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 51.96%
G = 0.28%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA01AB (or 0xBA01AB) is known color: Deep Magenta. HEX triplet: BA, 01 and AB. RGB value is (186,1,171). Sum of RGB (Red+Green+Blue) = 186+1+171=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA01AB is #45FE54. Grayscale: #4B4B4B. Windows color (decimal): -4587093 or 11207098. OLE color: 11207098.

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

Color convert

RGB 186 1 171 -
CMYK 0 0.99 0.08 0.27
HSL 304.86º 0.99% 0.37% -
HSV(B) 304.86º 0.99% 0.73% -
XYZ 27.61 13.4 39.66 -
YUV 75.7 181.79 206.68 -
System Red Green Blue C M Y K H S L
Decimal 186 1 171 0 0.99 0.08 0.27 304.86 0.99 0.37
Hex BA 1 AB 0 63 8 1B 131 63 25
Octal 272 1 253 0 143 10 33 461 143 45
Binary 10111010 1 10101011 0 1100011 1000 11011 100110001 1100011 100101

Color Harmonies of #BA01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01AB

Black with #BA01AB

Text Example


Text Example

White with #BA01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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