#BA1A78

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

Shades of Medium Violet Red #BA1A78

Tints of Medium Violet Red #BA1A78

Color information

#BA1A78 (or 0xBA1A78) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1A and 78. RGB value is (186,26,120). Sum of RGB (Red+Green+Blue) = 186+26+120=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A78 is #45E587. Grayscale: #545454. Windows color (decimal): -4580744 or 7871162. OLE color: 7871162.

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

Color convert

RGB18626120-
CMYK00.860.350.27
HSL324.75º75.47%41.57%-
HSV(B)324.75º86.02%72.94%-
XYZ24.0112.5318.92-
YUV84.56148.01200.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=56.02%
G=7.83%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862612000.860.350.27324.7575.4741.57
HexBA1A78056231B1454b2a
Octal272321700126433350511352
Binary1011101011010111100001010110100011110111010001011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A78; }

 p { color: rgb(186,26,120); }

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

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

 a { background-color: rgb(186,26,120); }

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

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

 span { border-color: rgb(186,26,120); }

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