Html Css Color HEX #BA04D1 Deep Magenta

📋 copy color: '#BA04D1'

red 186 ◦ green 4 ◦ blue 209

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

Shades of Deep Magenta #BA04D1

Tints of Deep Magenta #BA04D1

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

 BLUE value IS 209 (82.03% from 255) = 52.38%

R = 46.62%
G = 1%
B = 52.38%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA04D1 (or 0xBA04D1) is known color: Deep Magenta. HEX triplet: BA, 04 and D1. RGB value is (186,4,209). Sum of RGB (Red+Green+Blue) = 186+4+209=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA04D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04D1 is #45FB2E. Grayscale: #515151. Windows color (decimal): -4586287 or 13698234. OLE color: 13698234.

HSL color Cylindrical-coordinate representation of color #BA04D1: hue angle of 293.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04D1 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 4 209 -
CMYK 0.11 0.98 0 0.18
HSL 293.27º 0.96% 0.42% -
HSV(B) 293.27º 0.98% 0.82% -
XYZ 31.8 15.13 61.57 -
YUV 81.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 186 4 209 0.11 0.98 0 0.18 293.27 0.96 0.42
Hex BA 4 D1 B 62 0 12 125 60 2A
Octal 272 4 321 13 142 0 22 445 140 52
Binary 10111010 100 11010001 1011 1100010 0 10010 100100101 1100000 101010

Color Harmonies of #BA04D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04D1

Black with #BA04D1

Text Example


Text Example

White with #BA04D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04D1; }

 p { color: rgb(186,4,209); }

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

background-color css

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

 a { background-color: rgb(186,4,209); }

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

border-color css

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

 span { border-color: rgb(186,4,209); }

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