Html Css Color HEX #BA04DE Deep Magenta

📋 copy color: '#BA04DE'

red 186 ◦ green 4 ◦ blue 222

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

Shades of Deep Magenta #BA04DE

Tints of Deep Magenta #BA04DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 45.15%
G = 0.97%
B = 53.88%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA04DE (or 0xBA04DE) is known color: Deep Magenta. HEX triplet: BA, 04 and DE. RGB value is (186,4,222). Sum of RGB (Red+Green+Blue) = 186+4+222=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA04DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04DE is #45FB21. Grayscale: #525252. Windows color (decimal): -4586274 or 14550202. OLE color: 14550202.

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

Color convert

RGB 186 4 222 -
CMYK 0.16 0.98 0 0.13
HSL 290.09º 0.96% 0.44% -
HSV(B) 290.09º 0.98% 0.87% -
XYZ 33.48 15.8 70.39 -
YUV 83.27 206.3 201.27 -
System Red Green Blue C M Y K H S L
Decimal 186 4 222 0.16 0.98 0 0.13 290.09 0.96 0.44
Hex BA 4 DE 10 62 0 D 122 60 2C
Octal 272 4 336 20 142 0 15 442 140 54
Binary 10111010 100 11011110 10000 1100010 0 1101 100100010 1100000 101100

Color Harmonies of #BA04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04DE

Black with #BA04DE

Text Example


Text Example

White with #BA04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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