Html Css Color HEX #BA03AB Deep Magenta

📋 copy color: '#BA03AB'

red 186 ◦ green 3 ◦ blue 171

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

Shades of Deep Magenta #BA03AB

Tints of Deep Magenta #BA03AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 51.67%
G = 0.83%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA03AB (or 0xBA03AB) is known color: Deep Magenta. HEX triplet: BA, 03 and AB. RGB value is (186,3,171). Sum of RGB (Red+Green+Blue) = 186+3+171=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA03AB is #45FC54. Grayscale: #4C4C4C. Windows color (decimal): -4586581 or 11207610. OLE color: 11207610.

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

Color convert

RGB 186 3 171 -
CMYK 0 0.98 0.08 0.27
HSL 304.92º 0.97% 0.37% -
HSV(B) 304.92º 0.98% 0.73% -
XYZ 27.63 13.44 39.67 -
YUV 76.87 181.13 205.84 -
System Red Green Blue C M Y K H S L
Decimal 186 3 171 0 0.98 0.08 0.27 304.92 0.97 0.37
Hex BA 3 AB 0 62 8 1B 131 61 25
Octal 272 3 253 0 142 10 33 461 141 45
Binary 10111010 11 10101011 0 1100010 1000 11011 100110001 1100001 100101

Color Harmonies of #BA03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03AB

Black with #BA03AB

Text Example


Text Example

White with #BA03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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