#BA1F84

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

Shades of Medium Violet Red #BA1F84

Tints of Medium Violet Red #BA1F84

Color information

#BA1F84 (or 0xBA1F84) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1F and 84. RGB value is (186,31,132). Sum of RGB (Red+Green+Blue) = 186+31+132=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F84 is #45E07B. Grayscale: #585858. Windows color (decimal): -4579452 or 8658874. OLE color: 8658874.

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

Color convert

RGB18631132-
CMYK00.830.290.27
HSL320.9º71.43%42.55%-
HSV(B)320.9º83.33%72.94%-
XYZ24.913.0923.04-
YUV88.86152.35197.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=53.30%
G=8.88%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863113200.830.290.27320.971.4342.55
HexBA1F840531D1B141472b
Octal272372040123353350110753
Binary1011101011111100001000101001111101110111010000011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1F84; }

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

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

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

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

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

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

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

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