Html Css Color HEX #BA16C9 Deep Magenta

📋 copy color: '#BA16C9'

red 186 ◦ green 22 ◦ blue 201

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

Shades of Deep Magenta #BA16C9

Tints of Deep Magenta #BA16C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.14%

R = 45.48%
G = 5.38%
B = 49.14%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA16C9 (or 0xBA16C9) is known color: Deep Magenta. HEX triplet: BA, 16 and C9. RGB value is (186,22,201). Sum of RGB (Red+Green+Blue) = 186+22+201=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA16C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16C9 is #45E936. Grayscale: #5A5A5A. Windows color (decimal): -4581687 or 13178554. OLE color: 13178554.

HSL color Cylindrical-coordinate representation of color #BA16C9: hue angle of 294.97º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA16C9 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 22 201 -
CMYK 0.07 0.89 0 0.21
HSL 294.97º 0.8% 0.44% -
HSV(B) 294.97º 0.89% 0.79% -
XYZ 31.08 15.23 56.56 -
YUV 91.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 186 22 201 0.07 0.89 0 0.21 294.97 0.8 0.44
Hex BA 16 C9 7 59 0 15 127 50 2C
Octal 272 26 311 7 131 0 25 447 120 54
Binary 10111010 10110 11001001 111 1011001 0 10101 100100111 1010000 101100

Color Harmonies of #BA16C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16C9

Black with #BA16C9

Text Example


Text Example

White with #BA16C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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