Html Css Color HEX #BA15C0 Deep Magenta

📋 copy color: '#BA15C0'

red 186 ◦ green 21 ◦ blue 192

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

Shades of Deep Magenta #BA15C0

Tints of Deep Magenta #BA15C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 46.62%
G = 5.26%
B = 48.12%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA15C0 (or 0xBA15C0) is known color: Deep Magenta. HEX triplet: BA, 15 and C0. RGB value is (186,21,192). Sum of RGB (Red+Green+Blue) = 186+21+192=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA15C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15C0 is #45EA3F. Grayscale: #595959. Windows color (decimal): -4581952 or 12588474. OLE color: 12588474.

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

Color convert

RGB 186 21 192 -
CMYK 0.03 0.89 0 0.25
HSL 297.89º 0.8% 0.42% -
HSV(B) 297.89º 0.89% 0.75% -
XYZ 30.03 14.78 51.14 -
YUV 89.83 185.66 196.6 -
System Red Green Blue C M Y K H S L
Decimal 186 21 192 0.03 0.89 0 0.25 297.89 0.8 0.42
Hex BA 15 C0 3 59 0 19 12A 50 2A
Octal 272 25 300 3 131 0 31 452 120 52
Binary 10111010 10101 11000000 11 1011001 0 11001 100101010 1010000 101010

Color Harmonies of #BA15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15C0

Black with #BA15C0

Text Example


Text Example

White with #BA15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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