Html Css Color HEX #BA16C4 Deep Magenta

📋 copy color: '#BA16C4'

red 186 ◦ green 22 ◦ blue 196

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

Shades of Deep Magenta #BA16C4

Tints of Deep Magenta #BA16C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.51%

R = 46.04%
G = 5.45%
B = 48.51%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA16C4 (or 0xBA16C4) is known color: Deep Magenta. HEX triplet: BA, 16 and C4. RGB value is (186,22,196). Sum of RGB (Red+Green+Blue) = 186+22+196=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA16C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16C4 is #45E93B. Grayscale: #5A5A5A. Windows color (decimal): -4581692 or 12850874. OLE color: 12850874.

HSL color Cylindrical-coordinate representation of color #BA16C4: hue angle of 296.55º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA16C4 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 22 196 -
CMYK 0.05 0.89 0 0.23
HSL 296.55º 0.8% 0.43% -
HSV(B) 296.55º 0.89% 0.77% -
XYZ 30.5 15 53.51 -
YUV 90.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 186 22 196 0.05 0.89 0 0.23 296.55 0.8 0.43
Hex BA 16 C4 5 59 0 17 129 50 2B
Octal 272 26 304 5 131 0 27 451 120 53
Binary 10111010 10110 11000100 101 1011001 0 10111 100101001 1010000 101011

Color Harmonies of #BA16C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16C4

Black with #BA16C4

Text Example


Text Example

White with #BA16C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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