Html Css Color HEX #BA13C4 Deep Magenta

📋 copy color: '#BA13C4'

red 186 ◦ green 19 ◦ blue 196

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

Shades of Deep Magenta #BA13C4

Tints of Deep Magenta #BA13C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 48.88%

R = 46.38%
G = 4.74%
B = 48.88%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA13C4 (or 0xBA13C4) is known color: Deep Magenta. HEX triplet: BA, 13 and C4. RGB value is (186,19,196). Sum of RGB (Red+Green+Blue) = 186+19+196=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA13C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13C4 is #45EC3B. Grayscale: #585858. Windows color (decimal): -4582460 or 12850106. OLE color: 12850106.

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

Color convert

RGB 186 19 196 -
CMYK 0.05 0.90 0 0.23
HSL 296.61º 0.82% 0.42% -
HSV(B) 296.61º 0.9% 0.77% -
XYZ 30.45 14.89 53.49 -
YUV 89.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 186 19 196 0.05 0.90 0 0.23 296.61 0.82 0.42
Hex BA 13 C4 5 5A 0 17 129 52 2A
Octal 272 23 304 5 132 0 27 451 122 52
Binary 10111010 10011 11000100 101 1011010 0 10111 100101001 1010010 101010

Color Harmonies of #BA13C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13C4

Black with #BA13C4

Text Example


Text Example

White with #BA13C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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