Html Css Color HEX #BA01DF Deep Magenta

📋 copy color: '#BA01DF'

red 186 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #BA01DF

Tints of Deep Magenta #BA01DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 45.37%
G = 0.24%
B = 54.39%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA01DF (or 0xBA01DF) is known color: Deep Magenta. HEX triplet: BA, 01 and DF. RGB value is (186,1,223). Sum of RGB (Red+Green+Blue) = 186+1+223=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01DF is #45FE20. Grayscale: #505050. Windows color (decimal): -4587041 or 14614970. OLE color: 14614970.

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

Color convert

RGB 186 1 223 -
CMYK 0.17 1.00 0 0.13
HSL 290º 0.99% 0.44% -
HSV(B) 290º 1% 0.87% -
XYZ 33.58 15.79 71.09 -
YUV 81.62 207.79 202.45 -
System Red Green Blue C M Y K H S L
Decimal 186 1 223 0.17 1.00 0 0.13 290 0.99 0.44
Hex BA 1 DF 11 64 0 D 122 63 2C
Octal 272 1 337 21 144 0 15 442 143 54
Binary 10111010 1 11011111 10001 1100100 0 1101 100100010 1100011 101100

Color Harmonies of #BA01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01DF

Black with #BA01DF

Text Example


Text Example

White with #BA01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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