Html Css Color HEX #BA13DF Deep Magenta

📋 copy color: '#BA13DF'

red 186 ◦ green 19 ◦ blue 223

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

Shades of Deep Magenta #BA13DF

Tints of Deep Magenta #BA13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.44%

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

R = 43.46%
G = 4.44%
B = 52.1%

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

#BA13DF (or 0xBA13DF) is known color: Deep Magenta. HEX triplet: BA, 13 and DF. RGB value is (186,19,223). Sum of RGB (Red+Green+Blue) = 186+19+223=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA13DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13DF is #45EC20. Grayscale: #5B5B5B. Windows color (decimal): -4582433 or 14619578. OLE color: 14619578.

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

Color convert

RGB 186 19 223 -
CMYK 0.17 0.91 0 0.13
HSL 289.12º 0.84% 0.47% -
HSV(B) 289.12º 0.91% 0.87% -
XYZ 33.8 16.23 71.16 -
YUV 92.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 186 19 223 0.17 0.91 0 0.13 289.12 0.84 0.47
Hex BA 13 DF 11 5B 0 D 121 54 2F
Octal 272 23 337 21 133 0 15 441 124 57
Binary 10111010 10011 11011111 10001 1011011 0 1101 100100001 1010100 101111

Color Harmonies of #BA13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13DF

Black with #BA13DF

Text Example


Text Example

White with #BA13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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