Html Css Color HEX #BA05DE Deep Magenta

📋 copy color: '#BA05DE'

red 186 ◦ green 5 ◦ blue 222

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

Shades of Deep Magenta #BA05DE

Tints of Deep Magenta #BA05DE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 45.04%
G = 1.21%
B = 53.75%

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

#BA05DE (or 0xBA05DE) is known color: Deep Magenta. HEX triplet: BA, 05 and DE. RGB value is (186,5,222). Sum of RGB (Red+Green+Blue) = 186+5+222=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA05DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05DE is #45FA21. Grayscale: #535353. Windows color (decimal): -4586018 or 14550458. OLE color: 14550458.

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

Color convert

RGB 186 5 222 -
CMYK 0.16 0.98 0 0.13
HSL 290.05º 0.96% 0.45% -
HSV(B) 290.05º 0.98% 0.87% -
XYZ 33.49 15.82 70.4 -
YUV 83.86 205.97 200.86 -
System Red Green Blue C M Y K H S L
Decimal 186 5 222 0.16 0.98 0 0.13 290.05 0.96 0.45
Hex BA 5 DE 10 62 0 D 122 60 2D
Octal 272 5 336 20 142 0 15 442 140 55
Binary 10111010 101 11011110 10000 1100010 0 1101 100100010 1100000 101101

Color Harmonies of #BA05DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05DE

Black with #BA05DE

Text Example


Text Example

White with #BA05DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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