#BA3286

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

Shades of Medium Red Violet #BA3286

Tints of Medium Red Violet #BA3286

Color information

#BA3286 (or 0xBA3286) is unknown color: approx Medium Red Violet. HEX triplet: BA, 32 and 86. RGB value is (186,50,134). Sum of RGB (Red+Green+Blue) = 186+50+134=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3286 is #45CD79. Grayscale: #646464. Windows color (decimal): -4574586 or 8794810. OLE color: 8794810.

HSL color Cylindrical-coordinate representation of color #BA3286: hue angle of 322.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3286 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18650134-
CMYK00.730.280.27
HSL322.94º57.63%46.27%-
HSV(B)322.94º73.12%72.94%-
XYZ25.6914.4423.99-
YUV100.24147.06189.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 50 (19.92% from 255) = 13.51%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=50.27%
G=13.51%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865013400.730.280.27322.9457.6346.27
HexBA32860491C1B1433a2e
Octal27262206011134335037256
Binary1011101011001010000110010010011110011011101000011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3286; }

 p { color: rgb(186,50,134); }

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

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

 a { background-color: rgb(186,50,134); }

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

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

 span { border-color: rgb(186,50,134); }

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