Html Css Color HEX #BA10AB Deep Magenta

📋 copy color: '#BA10AB'

red 186 ◦ green 16 ◦ blue 171

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

Shades of Deep Magenta #BA10AB

Tints of Deep Magenta #BA10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.29%

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

R = 49.87%
G = 4.29%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA10AB (or 0xBA10AB) is known color: Deep Magenta. HEX triplet: BA, 10 and AB. RGB value is (186,16,171). Sum of RGB (Red+Green+Blue) = 186+16+171=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10AB is #45EF54. Grayscale: #545454. Windows color (decimal): -4583253 or 11210938. OLE color: 11210938.

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

Color convert

RGB 186 16 171 -
CMYK 0 0.91 0.08 0.27
HSL 305.29º 0.84% 0.4% -
HSV(B) 305.29º 0.91% 0.73% -
XYZ 27.79 13.75 39.72 -
YUV 84.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 186 16 171 0 0.91 0.08 0.27 305.29 0.84 0.4
Hex BA 10 AB 0 5B 8 1B 131 54 28
Octal 272 20 253 0 133 10 33 461 124 50
Binary 10111010 10000 10101011 0 1011011 1000 11011 100110001 1010100 101000

Color Harmonies of #BA10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10AB

Black with #BA10AB

Text Example


Text Example

White with #BA10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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