Html Css Color HEX #BA13DC Deep Magenta

📋 copy color: '#BA13DC'

red 186 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #BA13DC

Tints of Deep Magenta #BA13DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.76%

R = 43.76%
G = 4.47%
B = 51.76%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA13DC (or 0xBA13DC) is known color: Deep Magenta. HEX triplet: BA, 13 and DC. RGB value is (186,19,220). Sum of RGB (Red+Green+Blue) = 186+19+220=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13DC is #45EC23. Grayscale: #5B5B5B. Windows color (decimal): -4582436 or 14422970. OLE color: 14422970.

HSL color Cylindrical-coordinate representation of color #BA13DC: hue angle of 289.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA13DC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 19 220 -
CMYK 0.15 0.91 0 0.14
HSL 289.85º 0.84% 0.47% -
HSV(B) 289.85º 0.91% 0.86% -
XYZ 33.4 16.07 69.05 -
YUV 91.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 186 19 220 0.15 0.91 0 0.14 289.85 0.84 0.47
Hex BA 13 DC F 5B 0 E 122 54 2F
Octal 272 23 334 17 133 0 16 442 124 57
Binary 10111010 10011 11011100 1111 1011011 0 1110 100100010 1010100 101111

Color Harmonies of #BA13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13DC

Black with #BA13DC

Text Example


Text Example

White with #BA13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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