Html Css Color HEX #BA16CD Deep Magenta

📋 copy color: '#BA16CD'

red 186 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #BA16CD

Tints of Deep Magenta #BA16CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 45.04%
G = 5.33%
B = 49.64%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA16CD (or 0xBA16CD) is known color: Deep Magenta. HEX triplet: BA, 16 and CD. RGB value is (186,22,205). Sum of RGB (Red+Green+Blue) = 186+22+205=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16CD is #45E932. Grayscale: #5B5B5B. Windows color (decimal): -4581683 or 13440698. OLE color: 13440698.

HSL color Cylindrical-coordinate representation of color #BA16CD: hue angle of 293.77º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA16CD is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 22 205 -
CMYK 0.09 0.89 0 0.20
HSL 293.77º 0.81% 0.45% -
HSV(B) 293.77º 0.89% 0.8% -
XYZ 31.56 15.42 59.07 -
YUV 91.9 191.83 195.12 -
System Red Green Blue C M Y K H S L
Decimal 186 22 205 0.09 0.89 0 0.20 293.77 0.81 0.45
Hex BA 16 CD 9 59 0 14 126 51 2D
Octal 272 26 315 11 131 0 24 446 121 55
Binary 10111010 10110 11001101 1001 1011001 0 10100 100100110 1010001 101101

Color Harmonies of #BA16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16CD

Black with #BA16CD

Text Example


Text Example

White with #BA16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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