Html Css Color HEX #BA0AAF Deep Magenta

📋 copy color: '#BA0AAF'

red 186 ◦ green 10 ◦ blue 175

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

Shades of Deep Magenta #BA0AAF

Tints of Deep Magenta #BA0AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 50.13%
G = 2.7%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA0AAF (or 0xBA0AAF) is known color: Deep Magenta. HEX triplet: BA, 0A and AF. RGB value is (186,10,175). Sum of RGB (Red+Green+Blue) = 186+10+175=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AAF is #45F550. Grayscale: #505050. Windows color (decimal): -4584785 or 11471546. OLE color: 11471546.

HSL color Cylindrical-coordinate representation of color #BA0AAF: hue angle of 303.75º 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 #BA0AAF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 10 175 -
CMYK 0 0.95 0.06 0.27
HSL 303.75º 0.9% 0.38% -
HSV(B) 303.75º 0.95% 0.73% -
XYZ 28.1 13.75 41.73 -
YUV 81.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 186 10 175 0 0.95 0.06 0.27 303.75 0.9 0.38
Hex BA A AF 0 5F 6 1B 130 5A 26
Octal 272 12 257 0 137 6 33 460 132 46
Binary 10111010 1010 10101111 0 1011111 110 11011 100110000 1011010 100110

Color Harmonies of #BA0AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AAF

Black with #BA0AAF

Text Example


Text Example

White with #BA0AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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