Html Css Color HEX #BA0FAD Deep Magenta

📋 copy color: '#BA0FAD'

red 186 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #BA0FAD

Tints of Deep Magenta #BA0FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.26%

R = 49.73%
G = 4.01%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA0FAD (or 0xBA0FAD) is known color: Deep Magenta. HEX triplet: BA, 0F and AD. RGB value is (186,15,173). Sum of RGB (Red+Green+Blue) = 186+15+173=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0FAD is #45F052. Grayscale: #535353. Windows color (decimal): -4583507 or 11341754. OLE color: 11341754.

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

Color convert

RGB 186 15 173 -
CMYK 0 0.92 0.07 0.27
HSL 304.56º 0.85% 0.39% -
HSV(B) 304.56º 0.92% 0.73% -
XYZ 27.96 13.8 40.72 -
YUV 84.14 178.15 200.65 -
System Red Green Blue C M Y K H S L
Decimal 186 15 173 0 0.92 0.07 0.27 304.56 0.85 0.39
Hex BA F AD 0 5C 7 1B 131 55 27
Octal 272 17 255 0 134 7 33 461 125 47
Binary 10111010 1111 10101101 0 1011100 111 11011 100110001 1010101 100111

Color Harmonies of #BA0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FAD

Black with #BA0FAD

Text Example


Text Example

White with #BA0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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