Html Css Color HEX #BA13DD Deep Magenta

📋 copy color: '#BA13DD'

red 186 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #BA13DD

Tints of Deep Magenta #BA13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 43.66%
G = 4.46%
B = 51.88%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA13DD (or 0xBA13DD) is known color: Deep Magenta. HEX triplet: BA, 13 and DD. RGB value is (186,19,221). Sum of RGB (Red+Green+Blue) = 186+19+221=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA13DD is #45EC22. Grayscale: #5B5B5B. Windows color (decimal): -4582435 or 14488506. OLE color: 14488506.

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

Color convert

RGB 186 19 221 -
CMYK 0.16 0.91 0 0.13
HSL 289.6º 0.84% 0.47% -
HSV(B) 289.6º 0.91% 0.87% -
XYZ 33.53 16.13 69.75 -
YUV 91.96 200.83 195.07 -
System Red Green Blue C M Y K H S L
Decimal 186 19 221 0.16 0.91 0 0.13 289.6 0.84 0.47
Hex BA 13 DD 10 5B 0 D 122 54 2F
Octal 272 23 335 20 133 0 15 442 124 57
Binary 10111010 10011 11011101 10000 1011011 0 1101 100100010 1010100 101111

Color Harmonies of #BA13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13DD

Black with #BA13DD

Text Example


Text Example

White with #BA13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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