Html Css Color HEX #BA18AF Deep Magenta

📋 copy color: '#BA18AF'

red 186 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #BA18AF

Tints of Deep Magenta #BA18AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

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

R = 48.31%
G = 6.23%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA18AF (or 0xBA18AF) is known color: Deep Magenta. HEX triplet: BA, 18 and AF. RGB value is (186,24,175). Sum of RGB (Red+Green+Blue) = 186+24+175=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA18AF is #45E750. Grayscale: #595959. Windows color (decimal): -4581201 or 11475130. OLE color: 11475130.

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

Color convert

RGB 186 24 175 -
CMYK 0 0.87 0.06 0.27
HSL 304.07º 0.77% 0.41% -
HSV(B) 304.07º 0.87% 0.73% -
XYZ 28.31 14.19 41.8 -
YUV 89.65 176.17 196.72 -
System Red Green Blue C M Y K H S L
Decimal 186 24 175 0 0.87 0.06 0.27 304.07 0.77 0.41
Hex BA 18 AF 0 57 6 1B 130 4D 29
Octal 272 30 257 0 127 6 33 460 115 51
Binary 10111010 11000 10101111 0 1010111 110 11011 100110000 1001101 101001

Color Harmonies of #BA18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18AF

Black with #BA18AF

Text Example


Text Example

White with #BA18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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