Html Css Color HEX #BA0CDC Deep Magenta

📋 copy color: '#BA0CDC'

red 186 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #BA0CDC

Tints of Deep Magenta #BA0CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.87%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 44.5%
G = 2.87%
B = 52.63%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA0CDC (or 0xBA0CDC) is known color: Deep Magenta. HEX triplet: BA, 0C and DC. RGB value is (186,12,220). Sum of RGB (Red+Green+Blue) = 186+12+220=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA0CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CDC is #45F323. Grayscale: #575757. Windows color (decimal): -4584228 or 14421178. OLE color: 14421178.

HSL color Cylindrical-coordinate representation of color #BA0CDC: hue angle of 290.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CDC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 12 220 -
CMYK 0.15 0.95 0 0.14
HSL 290.19º 0.9% 0.45% -
HSV(B) 290.19º 0.95% 0.86% -
XYZ 33.3 15.87 69.02 -
YUV 87.74 202.65 198.09 -
System Red Green Blue C M Y K H S L
Decimal 186 12 220 0.15 0.95 0 0.14 290.19 0.9 0.45
Hex BA C DC F 5F 0 E 122 5A 2D
Octal 272 14 334 17 137 0 16 442 132 55
Binary 10111010 1100 11011100 1111 1011111 0 1110 100100010 1011010 101101

Color Harmonies of #BA0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CDC

Black with #BA0CDC

Text Example


Text Example

White with #BA0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CDC; }

 p { color: rgb(186,12,220); }

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

background-color css

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

 a { background-color: rgb(186,12,220); }

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

border-color css

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

 span { border-color: rgb(186,12,220); }

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