Html Css Color HEX #BA05B6 Deep Magenta

📋 copy color: '#BA05B6'

red 186 ◦ green 5 ◦ blue 182

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

Shades of Deep Magenta #BA05B6

Tints of Deep Magenta #BA05B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.79%

R = 49.87%
G = 1.34%
B = 48.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA05B6 (or 0xBA05B6) is known color: Deep Magenta. HEX triplet: BA, 05 and B6. RGB value is (186,5,182). Sum of RGB (Red+Green+Blue) = 186+5+182=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05B6 is #45FA49. Grayscale: #4E4E4E. Windows color (decimal): -4586058 or 11929018. OLE color: 11929018.

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

Color convert

RGB 186 5 182 -
CMYK 0 0.97 0.02 0.27
HSL 301.33º 0.95% 0.37% -
HSV(B) 301.33º 0.97% 0.73% -
XYZ 28.75 13.93 45.43 -
YUV 79.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 186 5 182 0 0.97 0.02 0.27 301.33 0.95 0.37
Hex BA 5 B6 0 61 2 1B 12D 5F 25
Octal 272 5 266 0 141 2 33 455 137 45
Binary 10111010 101 10110110 0 1100001 10 11011 100101101 1011111 100101

Color Harmonies of #BA05B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05B6

Black with #BA05B6

Text Example


Text Example

White with #BA05B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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