Html Css Color HEX #BA00AB Deep Magenta

📋 copy color: '#BA00AB'

red 186 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #BA00AB

Tints of Deep Magenta #BA00AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.1%
G = 0%
B = 47.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA00AB (or 0xBA00AB) is known color: Deep Magenta. HEX triplet: BA, 00 and AB. RGB value is (186,0,171). Sum of RGB (Red+Green+Blue) = 186+0+171=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00AB is #45FF54. Grayscale: #4A4A4A. Windows color (decimal): -4587349 or 11206842. OLE color: 11206842.

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

Color convert

RGB 186 0 171 -
CMYK 0 1 0.08 0.27
HSL 304.84º 1% 0.36% -
HSV(B) 304.84º 1% 0.73% -
XYZ 27.6 13.38 39.66 -
YUV 75.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 186 0 171 0 1 0.08 0.27 304.84 1 0.36
Hex BA 0 AB 0 64 8 1B 131 64 24
Octal 272 0 253 0 144 10 33 461 144 44
Binary 10111010 0 10101011 0 1100100 1000 11011 100110001 1100100 100100

Color Harmonies of #BA00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00AB

Black with #BA00AB

Text Example


Text Example

White with #BA00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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