#BA0274

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

Shades of Medium Violet Red #BA0274

Tints of Medium Violet Red #BA0274

Color information

#BA0274 (or 0xBA0274) is unknown color: approx Medium Violet Red. HEX triplet: BA, 02 and 74. RGB value is (186,2,116). Sum of RGB (Red+Green+Blue) = 186+2+116=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0274 is #45FD8B. Grayscale: #454545. Windows color (decimal): -4586892 or 7602874. OLE color: 7602874.

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

Color convert

RGB1862116-
CMYK00.990.380.27
HSL322.83º97.87%36.86%-
HSV(B)322.83º98.92%72.94%-
XYZ23.4211.7417.56-
YUV70.01153.96210.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=61.18%
G=0.66%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186211600.990.380.27322.8397.8736.86
HexBA274063261B1436225
Octal27221640143463350314245
Binary1011101010111010001100011100110110111010000111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0274; }

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

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

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

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

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

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

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

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