#BA0279

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

Shades of Medium Violet Red #BA0279

Tints of Medium Violet Red #BA0279

Color information

#BA0279 (or 0xBA0279) is unknown color: approx Medium Violet Red. HEX triplet: BA, 02 and 79. RGB value is (186,2,121). Sum of RGB (Red+Green+Blue) = 186+2+121=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0279 is #45FD86. Grayscale: #464646. Windows color (decimal): -4586887 or 7930554. OLE color: 7930554.

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

Color convert

RGB1862121-
CMYK00.990.350.27
HSL321.2º97.87%36.86%-
HSV(B)321.2º98.92%72.94%-
XYZ23.7211.8619.13-
YUV70.58156.46210.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.19%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=60.19%
G=0.65%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186212100.990.350.27321.297.8736.86
HexBA279063231B1416225
Octal27221710143433350114245
Binary1011101010111100101100011100011110111010000011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0279; }

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

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

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

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

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

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

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

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