Html Css Color HEX #BA16CE Deep Magenta

📋 copy color: '#BA16CE'

red 186 ◦ green 22 ◦ blue 206

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

Shades of Deep Magenta #BA16CE

Tints of Deep Magenta #BA16CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 44.93%
G = 5.31%
B = 49.76%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA16CE (or 0xBA16CE) is known color: Deep Magenta. HEX triplet: BA, 16 and CE. RGB value is (186,22,206). Sum of RGB (Red+Green+Blue) = 186+22+206=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16CE is #45E931. Grayscale: #5B5B5B. Windows color (decimal): -4581682 or 13506234. OLE color: 13506234.

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

Color convert

RGB 186 22 206 -
CMYK 0.10 0.89 0 0.19
HSL 293.48º 0.81% 0.45% -
HSV(B) 293.48º 0.89% 0.81% -
XYZ 31.68 15.47 59.71 -
YUV 92.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 186 22 206 0.10 0.89 0 0.19 293.48 0.81 0.45
Hex BA 16 CE A 59 0 13 125 51 2D
Octal 272 26 316 12 131 0 23 445 121 55
Binary 10111010 10110 11001110 1010 1011001 0 10011 100100101 1010001 101101

Color Harmonies of #BA16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16CE

Black with #BA16CE

Text Example


Text Example

White with #BA16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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