Html Css Color HEX #BA0AAB Deep Magenta

📋 copy color: '#BA0AAB'

red 186 ◦ green 10 ◦ blue 171

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

Shades of Deep Magenta #BA0AAB

Tints of Deep Magenta #BA0AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

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

R = 50.68%
G = 2.72%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA0AAB (or 0xBA0AAB) is known color: Deep Magenta. HEX triplet: BA, 0A and AB. RGB value is (186,10,171). Sum of RGB (Red+Green+Blue) = 186+10+171=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AAB is #45F554. Grayscale: #505050. Windows color (decimal): -4584789 or 11209402. OLE color: 11209402.

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

Color convert

RGB 186 10 171 -
CMYK 0 0.95 0.08 0.27
HSL 305.11º 0.9% 0.38% -
HSV(B) 305.11º 0.95% 0.73% -
XYZ 27.71 13.6 39.69 -
YUV 80.98 178.81 202.91 -
System Red Green Blue C M Y K H S L
Decimal 186 10 171 0 0.95 0.08 0.27 305.11 0.9 0.38
Hex BA A AB 0 5F 8 1B 131 5A 26
Octal 272 12 253 0 137 10 33 461 132 46
Binary 10111010 1010 10101011 0 1011111 1000 11011 100110001 1011010 100110

Color Harmonies of #BA0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AAB

Black with #BA0AAB

Text Example


Text Example

White with #BA0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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