Html Css Color HEX #BA13C1 Deep Magenta

📋 copy color: '#BA13C1'

red 186 ◦ green 19 ◦ blue 193

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

Shades of Deep Magenta #BA13C1

Tints of Deep Magenta #BA13C1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.77%

 BLUE value IS 193 (75.78% from 255) = 48.49%

R = 46.73%
G = 4.77%
B = 48.49%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA13C1 (or 0xBA13C1) is known color: Deep Magenta. HEX triplet: BA, 13 and C1. RGB value is (186,19,193). Sum of RGB (Red+Green+Blue) = 186+19+193=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA13C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13C1 is #45EC3E. Grayscale: #585858. Windows color (decimal): -4582463 or 12653498. OLE color: 12653498.

HSL color Cylindrical-coordinate representation of color #BA13C1: hue angle of 297.59º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA13C1 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 19 193 -
CMYK 0.04 0.90 0 0.24
HSL 297.59º 0.82% 0.42% -
HSV(B) 297.59º 0.9% 0.76% -
XYZ 30.11 14.76 51.71 -
YUV 88.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 186 19 193 0.04 0.90 0 0.24 297.59 0.82 0.42
Hex BA 13 C1 4 5A 0 18 12A 52 2A
Octal 272 23 301 4 132 0 30 452 122 52
Binary 10111010 10011 11000001 100 1011010 0 11000 100101010 1010010 101010

Color Harmonies of #BA13C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13C1

Black with #BA13C1

Text Example


Text Example

White with #BA13C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13C1; }

 p { color: rgb(186,19,193); }

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

background-color css

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

 a { background-color: rgb(186,19,193); }

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

border-color css

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

 span { border-color: rgb(186,19,193); }

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