#BA38A2

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

Shades of Medium Red Violet #BA38A2

Tints of Medium Red Violet #BA38A2

Color information

#BA38A2 (or 0xBA38A2) is unknown color: approx Medium Red Violet. HEX triplet: BA, 38 and A2. RGB value is (186,56,162). Sum of RGB (Red+Green+Blue) = 186+56+162=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38A2 is #45C75D. Grayscale: #6A6A6A. Windows color (decimal): -4573022 or 10631354. OLE color: 10631354.

HSL color Cylindrical-coordinate representation of color #BA38A2: hue angle of 311.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38A2 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18656162-
CMYK00.700.130.27
HSL311.08º53.72%47.45%-
HSV(B)311.08º69.89%72.94%-
XYZ28.1915.8835.76-
YUV106.95159.07184.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 56 (22.27% from 255) = 13.86%
BLUE value IS 162 (63.67% from 255) = 40.10%
R=46.04%
G=13.86%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865616200.700.130.27311.0853.7247.45
HexBA38A2046D1B137362f
Octal27270242010615334676657
Binary101110101110001010001001000110110111011100110111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA38A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA38A2; }

 p { color: rgb(186,56,162); }

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

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

 a { background-color: rgb(186,56,162); }

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

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

 span { border-color: rgb(186,56,162); }

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