Html Css Color HEX #BA15CA Deep Magenta

📋 copy color: '#BA15CA'

red 186 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #BA15CA

Tints of Deep Magenta #BA15CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 45.48%
G = 5.13%
B = 49.39%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA15CA (or 0xBA15CA) is known color: Deep Magenta. HEX triplet: BA, 15 and CA. RGB value is (186,21,202). Sum of RGB (Red+Green+Blue) = 186+21+202=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA15CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15CA is #45EA35. Grayscale: #5A5A5A. Windows color (decimal): -4581942 or 13243834. OLE color: 13243834.

HSL color Cylindrical-coordinate representation of color #BA15CA: hue angle of 294.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15CA is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 21 202 -
CMYK 0.08 0.90 0 0.21
HSL 294.7º 0.81% 0.44% -
HSV(B) 294.7º 0.9% 0.79% -
XYZ 31.18 15.24 57.18 -
YUV 90.97 190.66 195.78 -
System Red Green Blue C M Y K H S L
Decimal 186 21 202 0.08 0.90 0 0.21 294.7 0.81 0.44
Hex BA 15 CA 8 5A 0 15 127 51 2C
Octal 272 25 312 10 132 0 25 447 121 54
Binary 10111010 10101 11001010 1000 1011010 0 10101 100100111 1010001 101100

Color Harmonies of #BA15CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15CA

Black with #BA15CA

Text Example


Text Example

White with #BA15CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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