Html Css Color HEX #BA12C1 Deep Magenta

📋 copy color: '#BA12C1'

red 186 ◦ green 18 ◦ blue 193

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

Shades of Deep Magenta #BA12C1

Tints of Deep Magenta #BA12C1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

 BLUE value IS 193 (75.78% from 255) = 48.61%

R = 46.85%
G = 4.53%
B = 48.61%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA12C1 (or 0xBA12C1) is known color: Deep Magenta. HEX triplet: BA, 12 and C1. RGB value is (186,18,193). Sum of RGB (Red+Green+Blue) = 186+18+193=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA12C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12C1 is #45ED3E. Grayscale: #575757. Windows color (decimal): -4582719 or 12653242. OLE color: 12653242.

HSL color Cylindrical-coordinate representation of color #BA12C1: hue angle of 297.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA12C1 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 18 193 -
CMYK 0.04 0.91 0 0.24
HSL 297.6º 0.83% 0.41% -
HSV(B) 297.6º 0.91% 0.76% -
XYZ 30.09 14.72 51.71 -
YUV 88.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 186 18 193 0.04 0.91 0 0.24 297.6 0.83 0.41
Hex BA 12 C1 4 5B 0 18 12A 53 29
Octal 272 22 301 4 133 0 30 452 123 51
Binary 10111010 10010 11000001 100 1011011 0 11000 100101010 1010011 101001

Color Harmonies of #BA12C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12C1

Black with #BA12C1

Text Example


Text Example

White with #BA12C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12C1; }

 p { color: rgb(186,18,193); }

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

background-color css

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

 a { background-color: rgb(186,18,193); }

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

border-color css

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

 span { border-color: rgb(186,18,193); }

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