Html Css Color HEX #BA16BD Deep Magenta

📋 copy color: '#BA16BD'

red 186 ◦ green 22 ◦ blue 189

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

Shades of Deep Magenta #BA16BD

Tints of Deep Magenta #BA16BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 46.85%
G = 5.54%
B = 47.61%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA16BD (or 0xBA16BD) is known color: Deep Magenta. HEX triplet: BA, 16 and BD. RGB value is (186,22,189). Sum of RGB (Red+Green+Blue) = 186+22+189=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16BD is #45E942. Grayscale: #595959. Windows color (decimal): -4581699 or 12392122. OLE color: 12392122.

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

Color convert

RGB 186 22 189 -
CMYK 0.02 0.88 0 0.26
HSL 298.92º 0.79% 0.41% -
HSV(B) 298.92º 0.88% 0.74% -
XYZ 29.72 14.69 49.41 -
YUV 90.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 186 22 189 0.02 0.88 0 0.26 298.92 0.79 0.41
Hex BA 16 BD 2 58 0 1A 12B 4F 29
Octal 272 26 275 2 130 0 32 453 117 51
Binary 10111010 10110 10111101 10 1011000 0 11010 100101011 1001111 101001

Color Harmonies of #BA16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16BD

Black with #BA16BD

Text Example


Text Example

White with #BA16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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