Html Css Color HEX #BA05B5 Deep Magenta

📋 copy color: '#BA05B5'

red 186 ◦ green 5 ◦ blue 181

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

Shades of Deep Magenta #BA05B5

Tints of Deep Magenta #BA05B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 50%
G = 1.34%
B = 48.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA05B5 (or 0xBA05B5) is known color: Deep Magenta. HEX triplet: BA, 05 and B5. RGB value is (186,5,181). Sum of RGB (Red+Green+Blue) = 186+5+181=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05B5 is #45FA4A. Grayscale: #4E4E4E. Windows color (decimal): -4586059 or 11863482. OLE color: 11863482.

HSL color Cylindrical-coordinate representation of color #BA05B5: hue angle of 301.66º 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 #BA05B5 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 5 181 -
CMYK 0 0.97 0.03 0.27
HSL 301.66º 0.95% 0.37% -
HSV(B) 301.66º 0.97% 0.73% -
XYZ 28.64 13.88 44.89 -
YUV 79.18 185.47 204.19 -
System Red Green Blue C M Y K H S L
Decimal 186 5 181 0 0.97 0.03 0.27 301.66 0.95 0.37
Hex BA 5 B5 0 61 3 1B 12E 5F 25
Octal 272 5 265 0 141 3 33 456 137 45
Binary 10111010 101 10110101 0 1100001 11 11011 100101110 1011111 100101

Color Harmonies of #BA05B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05B5

Black with #BA05B5

Text Example


Text Example

White with #BA05B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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