Html Css Color HEX #BA14DF Deep Magenta

📋 copy color: '#BA14DF'

red 186 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #BA14DF

Tints of Deep Magenta #BA14DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.66%

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

R = 43.36%
G = 4.66%
B = 51.98%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA14DF (or 0xBA14DF) is known color: Deep Magenta. HEX triplet: BA, 14 and DF. RGB value is (186,20,223). Sum of RGB (Red+Green+Blue) = 186+20+223=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14DF is #45EB20. Grayscale: #5C5C5C. Windows color (decimal): -4582177 or 14619834. OLE color: 14619834.

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

Color convert

RGB 186 20 223 -
CMYK 0.17 0.91 0 0.13
HSL 289.06º 0.84% 0.48% -
HSV(B) 289.06º 0.91% 0.87% -
XYZ 33.82 16.27 71.17 -
YUV 92.78 201.5 194.49 -
System Red Green Blue C M Y K H S L
Decimal 186 20 223 0.17 0.91 0 0.13 289.06 0.84 0.48
Hex BA 14 DF 11 5B 0 D 121 54 30
Octal 272 24 337 21 133 0 15 441 124 60
Binary 10111010 10100 11011111 10001 1011011 0 1101 100100001 1010100 110000

Color Harmonies of #BA14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA14DF

Black with #BA14DF

Text Example


Text Example

White with #BA14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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