Html Css Color HEX #BA15BE Deep Magenta

📋 copy color: '#BA15BE'

red 186 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #BA15BE

Tints of Deep Magenta #BA15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 46.85%
G = 5.29%
B = 47.86%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA15BE (or 0xBA15BE) is known color: Deep Magenta. HEX triplet: BA, 15 and BE. RGB value is (186,21,190). Sum of RGB (Red+Green+Blue) = 186+21+190=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15BE is #45EA41. Grayscale: #595959. Windows color (decimal): -4581954 or 12457402. OLE color: 12457402.

HSL color Cylindrical-coordinate representation of color #BA15BE: hue angle of 298.58º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15BE is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 21 190 -
CMYK 0.02 0.89 0 0.25
HSL 298.58º 0.8% 0.41% -
HSV(B) 298.58º 0.89% 0.75% -
XYZ 29.81 14.69 49.98 -
YUV 89.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 186 21 190 0.02 0.89 0 0.25 298.58 0.8 0.41
Hex BA 15 BE 2 59 0 19 12B 50 29
Octal 272 25 276 2 131 0 31 453 120 51
Binary 10111010 10101 10111110 10 1011001 0 11001 100101011 1010000 101001

Color Harmonies of #BA15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15BE

Black with #BA15BE

Text Example


Text Example

White with #BA15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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