Html Css Color HEX #BA12CD Deep Magenta

📋 copy color: '#BA12CD'

red 186 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #BA12CD

Tints of Deep Magenta #BA12CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 45.48%
G = 4.4%
B = 50.12%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA12CD (or 0xBA12CD) is known color: Deep Magenta. HEX triplet: BA, 12 and CD. RGB value is (186,18,205). Sum of RGB (Red+Green+Blue) = 186+18+205=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA12CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12CD is #45ED32. Grayscale: #585858. Windows color (decimal): -4582707 or 13439674. OLE color: 13439674.

HSL color Cylindrical-coordinate representation of color #BA12CD: hue angle of 293.9º 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 #BA12CD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 18 205 -
CMYK 0.09 0.91 0 0.20
HSL 293.9º 0.84% 0.44% -
HSV(B) 293.9º 0.91% 0.8% -
XYZ 31.49 15.28 59.05 -
YUV 89.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 186 18 205 0.09 0.91 0 0.20 293.9 0.84 0.44
Hex BA 12 CD 9 5B 0 14 126 54 2C
Octal 272 22 315 11 133 0 24 446 124 54
Binary 10111010 10010 11001101 1001 1011011 0 10100 100100110 1010100 101100

Color Harmonies of #BA12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12CD

Black with #BA12CD

Text Example


Text Example

White with #BA12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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