#BA1F94

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

Shades of Medium Violet Red #BA1F94

Tints of Medium Violet Red #BA1F94

Color information

#BA1F94 (or 0xBA1F94) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1F and 94. RGB value is (186,31,148). Sum of RGB (Red+Green+Blue) = 186+31+148=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F94 is #45E06B. Grayscale: #5A5A5A. Windows color (decimal): -4579436 or 9707450. OLE color: 9707450.

HSL color Cylindrical-coordinate representation of color #BA1F94: hue angle of 314.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F94 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18631148-
CMYK00.830.200.27
HSL314.71º71.43%42.55%-
HSV(B)314.71º83.33%72.94%-
XYZ26.0813.5629.26-
YUV90.68160.35195.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 31 (12.5% from 255) = 8.49%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=50.96%
G=8.49%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863114800.830.200.27314.7171.4342.55
HexBA1F94053141B13b472b
Octal272372240123243347310753
Binary1011101011111100101000101001110100110111001110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1F94; }

 p { color: rgb(186,31,148); }

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

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

 a { background-color: rgb(186,31,148); }

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

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

 span { border-color: rgb(186,31,148); }

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