Html Css Color HEX #BA15CE Deep Magenta

📋 copy color: '#BA15CE'

red 186 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #BA15CE

Tints of Deep Magenta #BA15CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 45.04%
G = 5.08%
B = 49.88%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA15CE (or 0xBA15CE) is known color: Deep Magenta. HEX triplet: BA, 15 and CE. RGB value is (186,21,206). Sum of RGB (Red+Green+Blue) = 186+21+206=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15CE is #45EA31. Grayscale: #5A5A5A. Windows color (decimal): -4581938 or 13505978. OLE color: 13505978.

HSL color Cylindrical-coordinate representation of color #BA15CE: hue angle of 293.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15CE is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 21 206 -
CMYK 0.10 0.90 0 0.19
HSL 293.51º 0.81% 0.45% -
HSV(B) 293.51º 0.9% 0.81% -
XYZ 31.66 15.43 59.7 -
YUV 91.43 192.66 195.46 -
System Red Green Blue C M Y K H S L
Decimal 186 21 206 0.10 0.90 0 0.19 293.51 0.81 0.45
Hex BA 15 CE A 5A 0 13 126 51 2D
Octal 272 25 316 12 132 0 23 446 121 55
Binary 10111010 10101 11001110 1010 1011010 0 10011 100100110 1010001 101101

Color Harmonies of #BA15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15CE

Black with #BA15CE

Text Example


Text Example

White with #BA15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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