Html Css Color HEX #BA10AF Deep Magenta

📋 copy color: '#BA10AF'

red 186 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #BA10AF

Tints of Deep Magenta #BA10AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 49.34%
G = 4.24%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA10AF (or 0xBA10AF) is known color: Deep Magenta. HEX triplet: BA, 10 and AF. RGB value is (186,16,175). Sum of RGB (Red+Green+Blue) = 186+16+175=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10AF is #45EF50. Grayscale: #545454. Windows color (decimal): -4583249 or 11473082. OLE color: 11473082.

HSL color Cylindrical-coordinate representation of color #BA10AF: hue angle of 303.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10AF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 175 -
CMYK 0 0.91 0.06 0.27
HSL 303.88º 0.84% 0.4% -
HSV(B) 303.88º 0.91% 0.73% -
XYZ 28.17 13.9 41.76 -
YUV 84.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 186 16 175 0 0.91 0.06 0.27 303.88 0.84 0.4
Hex BA 10 AF 0 5B 6 1B 130 54 28
Octal 272 20 257 0 133 6 33 460 124 50
Binary 10111010 10000 10101111 0 1011011 110 11011 100110000 1010100 101000

Color Harmonies of #BA10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10AF

Black with #BA10AF

Text Example


Text Example

White with #BA10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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