Html Css Color HEX #BA18D7 Deep Magenta

📋 copy color: '#BA18D7'

red 186 ◦ green 24 ◦ blue 215

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

Shades of Deep Magenta #BA18D7

Tints of Deep Magenta #BA18D7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.65%

 BLUE value IS 215 (84.38% from 255) = 50.59%

R = 43.76%
G = 5.65%
B = 50.59%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA18D7 (or 0xBA18D7) is known color: Deep Magenta. HEX triplet: BA, 18 and D7. RGB value is (186,24,215). Sum of RGB (Red+Green+Blue) = 186+24+215=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA18D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18D7 is #45E728. Grayscale: #5D5D5D. Windows color (decimal): -4581161 or 14096570. OLE color: 14096570.

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

Color convert

RGB 186 24 215 -
CMYK 0.13 0.89 0 0.16
HSL 290.89º 0.8% 0.47% -
HSV(B) 290.89º 0.89% 0.84% -
XYZ 32.84 16 65.65 -
YUV 94.21 196.17 193.47 -
System Red Green Blue C M Y K H S L
Decimal 186 24 215 0.13 0.89 0 0.16 290.89 0.8 0.47
Hex BA 18 D7 D 59 0 10 123 50 2F
Octal 272 30 327 15 131 0 20 443 120 57
Binary 10111010 11000 11010111 1101 1011001 0 10000 100100011 1010000 101111

Color Harmonies of #BA18D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA18D7

Black with #BA18D7

Text Example


Text Example

White with #BA18D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA18D7; }

 p { color: rgb(186,24,215); }

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

background-color css

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

 a { background-color: rgb(186,24,215); }

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

border-color css

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

 span { border-color: rgb(186,24,215); }

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