#BA07B9

Color #BA07B9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA07B9

Tints of Deep Magenta #BA07B9

Color information

#BA07B9 (or 0xBA07B9) is unknown color: approx Deep Magenta. HEX triplet: BA, 07 and B9. RGB value is (186,7,185). Sum of RGB (Red+Green+Blue) = 186+7+185=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07B9 is #45F846. Grayscale: #505050. Windows color (decimal): -4585543 or 12126138. OLE color: 12126138.

HSL color Cylindrical-coordinate representation of color #BA07B9: hue angle of 300.34º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07B9 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB1867185-
CMYK00.960.010.27
HSL300.34º92.75%37.84%-
HSV(B)300.34º96.24%72.94%-
XYZ29.0814.0947.09-
YUV80.81186.8203.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 7 (3.12% from 255) = 1.85%
BLUE value IS 185 (72.66% from 255) = 48.94%
R=49.21%
G=1.85%
B=48.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186718500.960.010.27300.3492.7537.84
HexBA7B906011B12c5d26
Octal2727271014013345413546
Binary1011101011110111001011000001110111001011001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA07B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA07B9; }

 p { color: rgb(186,7,185); }

 H1.HeaderClassName
 {
   color: #BA07B9;
 }
 .AnyTagClassName
 {
   color: #BA07B9;
 }
</style>
background-color css

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

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

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

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

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

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