#BA2185

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

Shades of Medium Violet Red #BA2185

Tints of Medium Violet Red #BA2185

Color information

#BA2185 (or 0xBA2185) is unknown color: approx Medium Violet Red. HEX triplet: BA, 21 and 85. RGB value is (186,33,133). Sum of RGB (Red+Green+Blue) = 186+33+133=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2185 is #45DE7A. Grayscale: #595959. Windows color (decimal): -4578939 or 8724922. OLE color: 8724922.

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

Color convert

RGB18633133-
CMYK00.820.280.27
HSL320.78º69.86%42.94%-
HSV(B)320.78º82.26%72.94%-
XYZ25.0313.2223.42-
YUV90.15152.19196.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 33 (13.28% from 255) = 9.38%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=52.84%
G=9.38%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863313300.820.280.27320.7869.8642.94
HexBA21850521C1B141462b
Octal272412050122343350110653
Binary10111010100001100001010101001011100110111010000011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2185; }

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

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

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

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

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

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

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

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