Html Css Color HEX #BA15DF Deep Magenta

📋 copy color: '#BA15DF'

red 186 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #BA15DF

Tints of Deep Magenta #BA15DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

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

R = 43.26%
G = 4.88%
B = 51.86%

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

#BA15DF (or 0xBA15DF) is known color: Deep Magenta. HEX triplet: BA, 15 and DF. RGB value is (186,21,223). Sum of RGB (Red+Green+Blue) = 186+21+223=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15DF is #45EA20. Grayscale: #5C5C5C. Windows color (decimal): -4581921 or 14620090. OLE color: 14620090.

HSL color Cylindrical-coordinate representation of color #BA15DF: hue angle of 289.01º degrees, saturation: 0.83, 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 #BA15DF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 21 223 -
CMYK 0.17 0.91 0 0.13
HSL 289.01º 0.83% 0.48% -
HSV(B) 289.01º 0.91% 0.87% -
XYZ 33.84 16.3 71.18 -
YUV 93.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 186 21 223 0.17 0.91 0 0.13 289.01 0.83 0.48
Hex BA 15 DF 11 5B 0 D 121 53 30
Octal 272 25 337 21 133 0 15 441 123 60
Binary 10111010 10101 11011111 10001 1011011 0 1101 100100001 1010011 110000

Color Harmonies of #BA15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15DF

Black with #BA15DF

Text Example


Text Example

White with #BA15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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