#BA0277

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

Shades of Medium Violet Red #BA0277

Tints of Medium Violet Red #BA0277

Color information

#BA0277 (or 0xBA0277) is unknown color: approx Medium Violet Red. HEX triplet: BA, 02 and 77. RGB value is (186,2,119). Sum of RGB (Red+Green+Blue) = 186+2+119=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0277 is #45FD88. Grayscale: #464646. Windows color (decimal): -4586889 or 7799482. OLE color: 7799482.

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

Color convert

RGB1862119-
CMYK00.990.360.27
HSL321.85º97.87%36.86%-
HSV(B)321.85º98.92%72.94%-
XYZ23.611.8118.49-
YUV70.35155.46210.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.59%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=60.59%
G=0.65%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186211900.990.360.27321.8597.8736.86
HexBA277063241B1426225
Octal27221670143443350214245
Binary1011101010111011101100011100100110111010000101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0277; }

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

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

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

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

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

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

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

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