#BA1592

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

Shades of Medium Violet Red #BA1592

Tints of Medium Violet Red #BA1592

Color information

#BA1592 (or 0xBA1592) is unknown color: approx Medium Violet Red. HEX triplet: BA, 15 and 92. RGB value is (186,21,146). Sum of RGB (Red+Green+Blue) = 186+21+146=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1592 is #45EA6D. Grayscale: #545454. Windows color (decimal): -4581998 or 9573818. OLE color: 9573818.

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

Color convert

RGB18621146-
CMYK00.890.220.27
HSL314.55º79.71%40.59%-
HSV(B)314.55º88.71%72.94%-
XYZ25.7113.0528.36-
YUV84.58162.66200.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 21 (8.59% from 255) = 5.95%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=52.69%
G=5.95%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862114600.890.220.27314.5579.7140.59
HexBA1592059161B13b5029
Octal272252220131263347312051
Binary1011101010101100100100101100110110110111001110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1592; }

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

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

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

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

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

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

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

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