Html Css Color HEX #BA16CC Deep Magenta

📋 copy color: '#BA16CC'

red 186 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #BA16CC

Tints of Deep Magenta #BA16CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 45.15%
G = 5.34%
B = 49.51%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA16CC (or 0xBA16CC) is known color: Deep Magenta. HEX triplet: BA, 16 and CC. RGB value is (186,22,204). Sum of RGB (Red+Green+Blue) = 186+22+204=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16CC is #45E933. Grayscale: #5B5B5B. Windows color (decimal): -4581684 or 13375162. OLE color: 13375162.

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

Color convert

RGB 186 22 204 -
CMYK 0.09 0.89 0 0.2
HSL 294.07º 0.81% 0.44% -
HSV(B) 294.07º 0.89% 0.8% -
XYZ 31.44 15.37 58.44 -
YUV 91.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 186 22 204 0.09 0.89 0 0.2 294.07 0.81 0.44
Hex BA 16 CC 9 59 0 14 126 51 2C
Octal 272 26 314 11 131 0 24 446 121 54
Binary 10111010 10110 11001100 1001 1011001 0 10100 100100110 1010001 101100

Color Harmonies of #BA16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16CC

Black with #BA16CC

Text Example


Text Example

White with #BA16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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