Html Css Color HEX #BA01D4 Deep Magenta

📋 copy color: '#BA01D4'

red 186 ◦ green 1 ◦ blue 212

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

Shades of Deep Magenta #BA01D4

Tints of Deep Magenta #BA01D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53.13%

R = 46.62%
G = 0.25%
B = 53.13%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BA01D4 (or 0xBA01D4) is known color: Deep Magenta. HEX triplet: BA, 01 and D4. RGB value is (186,1,212). Sum of RGB (Red+Green+Blue) = 186+1+212=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA01D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01D4 is #45FE2B. Grayscale: #4F4F4F. Windows color (decimal): -4587052 or 13894074. OLE color: 13894074.

HSL color Cylindrical-coordinate representation of color #BA01D4: hue angle of 292.61º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01D4 is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 1 212 -
CMYK 0.12 1.00 0 0.17
HSL 292.61º 0.99% 0.42% -
HSV(B) 292.61º 1% 0.83% -
XYZ 32.14 15.21 63.53 -
YUV 80.37 202.29 203.34 -
System Red Green Blue C M Y K H S L
Decimal 186 1 212 0.12 1.00 0 0.17 292.61 0.99 0.42
Hex BA 1 D4 C 64 0 11 125 63 2A
Octal 272 1 324 14 144 0 21 445 143 52
Binary 10111010 1 11010100 1100 1100100 0 10001 100100101 1100011 101010

Color Harmonies of #BA01D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01D4

Black with #BA01D4

Text Example


Text Example

White with #BA01D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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