Html Css Color HEX #BA05B7 Deep Magenta

📋 copy color: '#BA05B7'

red 186 ◦ green 5 ◦ blue 183

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

Shades of Deep Magenta #BA05B7

Tints of Deep Magenta #BA05B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.93%

R = 49.73%
G = 1.34%
B = 48.93%

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

#BA05B7 (or 0xBA05B7) is known color: Deep Magenta. HEX triplet: BA, 05 and B7. RGB value is (186,5,183). Sum of RGB (Red+Green+Blue) = 186+5+183=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA05B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05B7 is #45FA48. Grayscale: #4E4E4E. Windows color (decimal): -4586057 or 11994554. OLE color: 11994554.

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

Color convert

RGB 186 5 183 -
CMYK 0 0.97 0.02 0.27
HSL 300.99º 0.95% 0.37% -
HSV(B) 300.99º 0.97% 0.73% -
XYZ 28.85 13.97 45.97 -
YUV 79.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 186 5 183 0 0.97 0.02 0.27 300.99 0.95 0.37
Hex BA 5 B7 0 61 2 1B 12D 5F 25
Octal 272 5 267 0 141 2 33 455 137 45
Binary 10111010 101 10110111 0 1100001 10 11011 100101101 1011111 100101

Color Harmonies of #BA05B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05B7

Black with #BA05B7

Text Example


Text Example

White with #BA05B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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