Html Css Color HEX #BA12CC Deep Magenta

📋 copy color: '#BA12CC'

red 186 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #BA12CC

Tints of Deep Magenta #BA12CC

RGB

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

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

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

R = 45.59%
G = 4.41%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA12CC (or 0xBA12CC) is known color: Deep Magenta. HEX triplet: BA, 12 and CC. RGB value is (186,18,204). Sum of RGB (Red+Green+Blue) = 186+18+204=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA12CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12CC is #45ED33. Grayscale: #585858. Windows color (decimal): -4582708 or 13374138. OLE color: 13374138.

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

Color convert

RGB 186 18 204 -
CMYK 0.09 0.91 0 0.2
HSL 294.19º 0.84% 0.44% -
HSV(B) 294.19º 0.91% 0.8% -
XYZ 31.37 15.23 58.41 -
YUV 89.44 192.66 196.88 -
System Red Green Blue C M Y K H S L
Decimal 186 18 204 0.09 0.91 0 0.2 294.19 0.84 0.44
Hex BA 12 CC 9 5B 0 14 126 54 2C
Octal 272 22 314 11 133 0 24 446 124 54
Binary 10111010 10010 11001100 1001 1011011 0 10100 100100110 1010100 101100

Color Harmonies of #BA12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12CC

Black with #BA12CC

Text Example


Text Example

White with #BA12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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