Html Css Color HEX #BA00DC Deep Magenta

📋 copy color: '#BA00DC'

red 186 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #BA00DC

Tints of Deep Magenta #BA00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.81%
G = 0%
B = 54.19%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA00DC (or 0xBA00DC) is known color: Deep Magenta. HEX triplet: BA, 00 and DC. RGB value is (186,0,220). Sum of RGB (Red+Green+Blue) = 186+0+220=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00DC is #45FF23. Grayscale: #505050. Windows color (decimal): -4587300 or 14418106. OLE color: 14418106.

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

Color convert

RGB 186 0 220 -
CMYK 0.15 1 0 0.14
HSL 290.73º 1% 0.43% -
HSV(B) 290.73º 1% 0.86% -
XYZ 33.17 15.61 68.97 -
YUV 80.69 206.62 203.11 -
System Red Green Blue C M Y K H S L
Decimal 186 0 220 0.15 1 0 0.14 290.73 1 0.43
Hex BA 0 DC F 64 0 E 123 64 2B
Octal 272 0 334 17 144 0 16 443 144 53
Binary 10111010 0 11011100 1111 1100100 0 1110 100100011 1100100 101011

Color Harmonies of #BA00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00DC

Black with #BA00DC

Text Example


Text Example

White with #BA00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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