#BA0296

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

Shades of Medium Violet Red #BA0296

Tints of Medium Violet Red #BA0296

Color information

#BA0296 (or 0xBA0296) is unknown color: approx Medium Violet Red. HEX triplet: BA, 02 and 96. RGB value is (186,2,150). Sum of RGB (Red+Green+Blue) = 186+2+150=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0296 is #45FD69. Grayscale: #494949. Windows color (decimal): -4586858 or 9831098. OLE color: 9831098.

HSL color Cylindrical-coordinate representation of color #BA0296: hue angle of 311.74º degrees, saturation: 0.98, 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 #BA0296 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB1862150-
CMYK00.990.190.27
HSL311.74º97.87%36.86%-
HSV(B)311.74º98.92%72.94%-
XYZ25.7812.6829.94-
YUV73.89170.96207.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.03%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=55.03%
G=0.59%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186215000.990.190.27311.7497.8736.86
HexBA296063131B1386225
Octal27222260143233347014245
Binary1011101010100101100110001110011110111001110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0296; }

 p { color: rgb(186,2,150); }

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

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

 a { background-color: rgb(186,2,150); }

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

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

 span { border-color: rgb(186,2,150); }

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