Html Css Color HEX #BA16BF Deep Magenta

📋 copy color: '#BA16BF'

red 186 ◦ green 22 ◦ blue 191

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

Shades of Deep Magenta #BA16BF

Tints of Deep Magenta #BA16BF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.51%

 BLUE value IS 191 (75% from 255) = 47.87%

R = 46.62%
G = 5.51%
B = 47.87%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA16BF (or 0xBA16BF) is known color: Deep Magenta. HEX triplet: BA, 16 and BF. RGB value is (186,22,191). Sum of RGB (Red+Green+Blue) = 186+22+191=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA16BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16BF is #45E940. Grayscale: #595959. Windows color (decimal): -4581697 or 12523194. OLE color: 12523194.

HSL color Cylindrical-coordinate representation of color #BA16BF: hue angle of 298.22º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16BF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 22 191 -
CMYK 0.03 0.88 0 0.25
HSL 298.22º 0.79% 0.42% -
HSV(B) 298.22º 0.88% 0.75% -
XYZ 29.94 14.77 50.56 -
YUV 90.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 186 22 191 0.03 0.88 0 0.25 298.22 0.79 0.42
Hex BA 16 BF 3 58 0 19 12A 4F 2A
Octal 272 26 277 3 130 0 31 452 117 52
Binary 10111010 10110 10111111 11 1011000 0 11001 100101010 1001111 101010

Color Harmonies of #BA16BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16BF

Black with #BA16BF

Text Example


Text Example

White with #BA16BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16BF; }

 p { color: rgb(186,22,191); }

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

background-color css

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

 a { background-color: rgb(186,22,191); }

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

border-color css

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

 span { border-color: rgb(186,22,191); }

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