#BA219F

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

Shades of Medium Violet Red #BA219F

Tints of Medium Violet Red #BA219F

Color information

#BA219F (or 0xBA219F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 21 and 9F. RGB value is (186,33,159). Sum of RGB (Red+Green+Blue) = 186+33+159=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA219F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA219F is #45DE60. Grayscale: #5C5C5C. Windows color (decimal): -4578913 or 10428858. OLE color: 10428858.

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

Color convert

RGB18633159-
CMYK00.820.150.27
HSL310.59º69.86%42.94%-
HSV(B)310.59º82.26%72.94%-
XYZ27.0514.0334.08-
YUV93.11165.19194.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 33 (13.28% from 255) = 8.73%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=49.21%
G=8.73%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863315900.820.150.27310.5969.8642.94
HexBA219F052F1B137462b
Octal272412370122173346710653
Binary1011101010000110011111010100101111110111001101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA219F; }

 p { color: rgb(186,33,159); }

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

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

 a { background-color: rgb(186,33,159); }

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

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

 span { border-color: rgb(186,33,159); }

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