Html Css Color HEX #BA06AB Deep Magenta

📋 copy color: '#BA06AB'

red 186 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #BA06AB

Tints of Deep Magenta #BA06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

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

R = 51.24%
G = 1.65%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA06AB (or 0xBA06AB) is known color: Deep Magenta. HEX triplet: BA, 06 and AB. RGB value is (186,6,171). Sum of RGB (Red+Green+Blue) = 186+6+171=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA06AB is #45F954. Grayscale: #4E4E4E. Windows color (decimal): -4585813 or 11208378. OLE color: 11208378.

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

Color convert

RGB 186 6 171 -
CMYK 0 0.97 0.08 0.27
HSL 305º 0.94% 0.38% -
HSV(B) 305º 0.97% 0.73% -
XYZ 27.67 13.51 39.68 -
YUV 78.63 180.13 204.58 -
System Red Green Blue C M Y K H S L
Decimal 186 6 171 0 0.97 0.08 0.27 305 0.94 0.38
Hex BA 6 AB 0 61 8 1B 131 5E 26
Octal 272 6 253 0 141 10 33 461 136 46
Binary 10111010 110 10101011 0 1100001 1000 11011 100110001 1011110 100110

Color Harmonies of #BA06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06AB

Black with #BA06AB

Text Example


Text Example

White with #BA06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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