Html Css Color HEX #BA01DC Deep Magenta

📋 copy color: '#BA01DC'

red 186 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #BA01DC

Tints of Deep Magenta #BA01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 45.7%
G = 0.25%
B = 54.05%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA01DC (or 0xBA01DC) is known color: Deep Magenta. HEX triplet: BA, 01 and DC. RGB value is (186,1,220). Sum of RGB (Red+Green+Blue) = 186+1+220=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01DC is #45FE23. Grayscale: #505050. Windows color (decimal): -4587044 or 14418362. OLE color: 14418362.

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

Color convert

RGB 186 1 220 -
CMYK 0.15 1.00 0 0.14
HSL 290.68º 0.99% 0.43% -
HSV(B) 290.68º 1% 0.86% -
XYZ 33.18 15.63 68.98 -
YUV 81.28 206.29 202.69 -
System Red Green Blue C M Y K H S L
Decimal 186 1 220 0.15 1.00 0 0.14 290.68 0.99 0.43
Hex BA 1 DC F 64 0 E 123 63 2B
Octal 272 1 334 17 144 0 16 443 143 53
Binary 10111010 1 11011100 1111 1100100 0 1110 100100011 1100011 101011

Color Harmonies of #BA01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01DC

Black with #BA01DC

Text Example


Text Example

White with #BA01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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