Html Css Color HEX #BA15E0 Deep Magenta

📋 copy color: '#BA15E0'

red 186 ◦ green 21 ◦ blue 224

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

Shades of Deep Magenta #BA15E0

Tints of Deep Magenta #BA15E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 43.16%
G = 4.87%
B = 51.97%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA15E0 (or 0xBA15E0) is known color: Deep Magenta. HEX triplet: BA, 15 and E0. RGB value is (186,21,224). Sum of RGB (Red+Green+Blue) = 186+21+224=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA15E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15E0 is #45EA1F. Grayscale: #5C5C5C. Windows color (decimal): -4581920 or 14685626. OLE color: 14685626.

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

Color convert

RGB 186 21 224 -
CMYK 0.17 0.91 0 0.12
HSL 288.77º 0.83% 0.48% -
HSV(B) 288.77º 0.91% 0.88% -
XYZ 33.97 16.36 71.89 -
YUV 93.48 201.66 193.99 -
System Red Green Blue C M Y K H S L
Decimal 186 21 224 0.17 0.91 0 0.12 288.77 0.83 0.48
Hex BA 15 E0 11 5B 0 C 121 53 30
Octal 272 25 340 21 133 0 14 441 123 60
Binary 10111010 10101 11100000 10001 1011011 0 1100 100100001 1010011 110000

Color Harmonies of #BA15E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15E0

Black with #BA15E0

Text Example


Text Example

White with #BA15E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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