Html Css Color HEX #BA0EAF Deep Magenta

📋 copy color: '#BA0EAF'

red 186 ◦ green 14 ◦ blue 175

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

Shades of Deep Magenta #BA0EAF

Tints of Deep Magenta #BA0EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.73%

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

R = 49.6%
G = 3.73%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA0EAF (or 0xBA0EAF) is known color: Deep Magenta. HEX triplet: BA, 0E and AF. RGB value is (186,14,175). Sum of RGB (Red+Green+Blue) = 186+14+175=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0EAF is #45F150. Grayscale: #535353. Windows color (decimal): -4583761 or 11472570. OLE color: 11472570.

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

Color convert

RGB 186 14 175 -
CMYK 0 0.92 0.06 0.27
HSL 303.84º 0.86% 0.39% -
HSV(B) 303.84º 0.92% 0.73% -
XYZ 28.14 13.85 41.75 -
YUV 83.78 179.48 200.91 -
System Red Green Blue C M Y K H S L
Decimal 186 14 175 0 0.92 0.06 0.27 303.84 0.86 0.39
Hex BA E AF 0 5C 6 1B 130 56 27
Octal 272 16 257 0 134 6 33 460 126 47
Binary 10111010 1110 10101111 0 1011100 110 11011 100110000 1010110 100111

Color Harmonies of #BA0EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EAF

Black with #BA0EAF

Text Example


Text Example

White with #BA0EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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