Html Css Color HEX #BA0FAA Deep Magenta

📋 copy color: '#BA0FAA'

red 186 ◦ green 15 ◦ blue 170

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

Shades of Deep Magenta #BA0FAA

Tints of Deep Magenta #BA0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.04%

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

R = 50.13%
G = 4.04%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA0FAA (or 0xBA0FAA) is known color: Deep Magenta. HEX triplet: BA, 0F and AA. RGB value is (186,15,170). Sum of RGB (Red+Green+Blue) = 186+15+170=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0FAA is #45F055. Grayscale: #535353. Windows color (decimal): -4583510 or 11145146. OLE color: 11145146.

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

Color convert

RGB 186 15 170 -
CMYK 0 0.92 0.09 0.27
HSL 305.61º 0.85% 0.39% -
HSV(B) 305.61º 0.92% 0.73% -
XYZ 27.68 13.68 39.21 -
YUV 83.8 176.65 200.9 -
System Red Green Blue C M Y K H S L
Decimal 186 15 170 0 0.92 0.09 0.27 305.61 0.85 0.39
Hex BA F AA 0 5C 9 1B 132 55 27
Octal 272 17 252 0 134 11 33 462 125 47
Binary 10111010 1111 10101010 0 1011100 1001 11011 100110010 1010101 100111

Color Harmonies of #BA0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FAA

Black with #BA0FAA

Text Example


Text Example

White with #BA0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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