Html Css Color HEX #BA05BA Deep Magenta

📋 copy color: '#BA05BA'

red 186 ◦ green 5 ◦ blue 186

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

Shades of Deep Magenta #BA05BA

Tints of Deep Magenta #BA05BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 49.34%
G = 1.33%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA05BA (or 0xBA05BA) is known color: Deep Magenta. HEX triplet: BA, 05 and BA. RGB value is (186,5,186). Sum of RGB (Red+Green+Blue) = 186+5+186=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05BA is #45FA45. Grayscale: #4F4F4F. Windows color (decimal): -4586054 or 12191162. OLE color: 12191162.

HSL color Cylindrical-coordinate representation of color #BA05BA: hue angle of 300º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA05BA is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 186 -
CMYK 0 0.97 0 0.27
HSL 300º 0.95% 0.37% -
HSV(B) 300º 0.97% 0.73% -
XYZ 29.17 14.09 47.64 -
YUV 79.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 186 5 186 0 0.97 0 0.27 300 0.95 0.37
Hex BA 5 BA 0 61 0 1B 12C 5F 25
Octal 272 5 272 0 141 0 33 454 137 45
Binary 10111010 101 10111010 0 1100001 0 11011 100101100 1011111 100101

Color Harmonies of #BA05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05BA

Black with #BA05BA

Text Example


Text Example

White with #BA05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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