Html Css Color HEX #BA10DF Deep Magenta

📋 copy color: '#BA10DF'

red 186 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #BA10DF

Tints of Deep Magenta #BA10DF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

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

R = 43.76%
G = 3.76%
B = 52.47%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA10DF (or 0xBA10DF) is known color: Deep Magenta. HEX triplet: BA, 10 and DF. RGB value is (186,16,223). Sum of RGB (Red+Green+Blue) = 186+16+223=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10DF is #45EF20. Grayscale: #595959. Windows color (decimal): -4583201 or 14618810. OLE color: 14618810.

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

Color convert

RGB 186 16 223 -
CMYK 0.17 0.93 0 0.13
HSL 289.28º 0.87% 0.47% -
HSV(B) 289.28º 0.93% 0.87% -
XYZ 33.75 16.14 71.15 -
YUV 90.43 202.82 196.17 -
System Red Green Blue C M Y K H S L
Decimal 186 16 223 0.17 0.93 0 0.13 289.28 0.87 0.47
Hex BA 10 DF 11 5D 0 D 121 57 2F
Octal 272 20 337 21 135 0 15 441 127 57
Binary 10111010 10000 11011111 10001 1011101 0 1101 100100001 1010111 101111

Color Harmonies of #BA10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10DF

Black with #BA10DF

Text Example


Text Example

White with #BA10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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