Html Css Color HEX #BA16BA Deep Magenta

📋 copy color: '#BA16BA'

red 186 ◦ green 22 ◦ blue 186

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

Shades of Deep Magenta #BA16BA

Tints of Deep Magenta #BA16BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 47.21%
G = 5.58%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA16BA (or 0xBA16BA) is known color: Deep Magenta. HEX triplet: BA, 16 and BA. RGB value is (186,22,186). Sum of RGB (Red+Green+Blue) = 186+22+186=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA16BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16BA is #45E945. Grayscale: #595959. Windows color (decimal): -4581702 or 12195514. OLE color: 12195514.

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

Color convert

RGB 186 22 186 -
CMYK 0 0.88 0 0.27
HSL 300º 0.79% 0.41% -
HSV(B) 300º 0.88% 0.73% -
XYZ 29.4 14.56 47.71 -
YUV 89.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 186 22 186 0 0.88 0 0.27 300 0.79 0.41
Hex BA 16 BA 0 58 0 1B 12C 4F 29
Octal 272 26 272 0 130 0 33 454 117 51
Binary 10111010 10110 10111010 0 1011000 0 11011 100101100 1001111 101001

Color Harmonies of #BA16BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16BA

Black with #BA16BA

Text Example


Text Example

White with #BA16BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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