Html Css Color HEX #BA08AA Deep Magenta

📋 copy color: '#BA08AA'

red 186 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #BA08AA

Tints of Deep Magenta #BA08AA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.2%

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 51.1%
G = 2.2%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA08AA (or 0xBA08AA) is known color: Deep Magenta. HEX triplet: BA, 08 and AA. RGB value is (186,8,170). Sum of RGB (Red+Green+Blue) = 186+8+170=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA08AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA08AA is #45F755. Grayscale: #4F4F4F. Windows color (decimal): -4585302 or 11143354. OLE color: 11143354.

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

Color convert

RGB 186 8 170 -
CMYK 0 0.96 0.09 0.27
HSL 305.39º 0.92% 0.38% -
HSV(B) 305.39º 0.96% 0.73% -
XYZ 27.59 13.52 39.18 -
YUV 79.69 178.97 203.83 -
System Red Green Blue C M Y K H S L
Decimal 186 8 170 0 0.96 0.09 0.27 305.39 0.92 0.38
Hex BA 8 AA 0 60 9 1B 131 5C 26
Octal 272 10 252 0 140 11 33 461 134 46
Binary 10111010 1000 10101010 0 1100000 1001 11011 100110001 1011100 100110

Color Harmonies of #BA08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08AA

Black with #BA08AA

Text Example


Text Example

White with #BA08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08AA; }

 p { color: rgb(186,8,170); }

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

background-color css

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

 a { background-color: rgb(186,8,170); }

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

border-color css

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

 span { border-color: rgb(186,8,170); }

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