#BA0192

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

Shades of Medium Violet Red #BA0192

Tints of Medium Violet Red #BA0192

Color information

#BA0192 (or 0xBA0192) is unknown color: approx Medium Violet Red. HEX triplet: BA, 01 and 92. RGB value is (186,1,146). Sum of RGB (Red+Green+Blue) = 186+1+146=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0192 is #45FE6D. Grayscale: #484848. Windows color (decimal): -4587118 or 9568698. OLE color: 9568698.

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

Color convert

RGB1861146-
CMYK00.990.220.27
HSL312.97º98.93%36.67%-
HSV(B)312.97º99.46%72.94%-
XYZ25.4512.5428.27-
YUV72.84169.29208.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=55.86%
G=0.30%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186114600.990.220.27312.9798.9336.67
HexBA192063161B1396325
Octal27212220143263347114345
Binary101110101100100100110001110110110111001110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0192; }

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

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

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

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

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

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

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

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