#BA3A9C

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

Shades of Medium Red Violet #BA3A9C

Tints of Medium Red Violet #BA3A9C

Color information

#BA3A9C (or 0xBA3A9C) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3A and 9C. RGB value is (186,58,156). Sum of RGB (Red+Green+Blue) = 186+58+156=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3A9C is #45C563. Grayscale: #6B6B6B. Windows color (decimal): -4572516 or 10238650. OLE color: 10238650.

HSL color Cylindrical-coordinate representation of color #BA3A9C: hue angle of 314.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A9C is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18658156-
CMYK00.690.160.27
HSL314.06º52.46%47.84%-
HSV(B)314.06º68.82%72.94%-
XYZ27.7615.8733.05-
YUV107.44155.41184.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 156 (61.33% from 255) = 39%
R=46.5%
G=14.5%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865815600.690.160.27314.0652.4647.84
HexBA3A9C045101B13a3430
Octal27272234010520334726460
Binary1011101011101010011100010001011000011011100111010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A9C; }

 p { color: rgb(186,58,156); }

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

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

 a { background-color: rgb(186,58,156); }

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

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

 span { border-color: rgb(186,58,156); }

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