#BA0176

Color #BA0176 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BA0176

Tints of Medium Violet Red #BA0176

Color information

#BA0176 (or 0xBA0176) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and 76. RGB value is (186,1,118). Sum of RGB (Red+Green+Blue) = 186+1+118=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0176 is #45FE89. Grayscale: #454545. Windows color (decimal): -4587146 or 7733690. OLE color: 7733690.

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

Color convert

RGB1861118-
CMYK00.990.370.27
HSL322.05º98.93%36.67%-
HSV(B)322.05º99.46%72.94%-
XYZ23.5311.7718.17-
YUV69.65155.29210.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=60.98%
G=0.33%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186111800.990.370.27322.0598.9336.67
HexBA176063251B1426325
Octal27211660143453350214345
Binary101110101111011001100011100101110111010000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0176; }

 p { color: rgb(186,1,118); }

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

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

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

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

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

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

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