#BA39A0

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

Shades of Medium Red Violet #BA39A0

Tints of Medium Red Violet #BA39A0

Color information

#BA39A0 (or 0xBA39A0) is unknown color: approx Medium Red Violet. HEX triplet: BA, 39 and A0. RGB value is (186,57,160). Sum of RGB (Red+Green+Blue) = 186+57+160=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA39A0 is #45C65F. Grayscale: #6B6B6B. Windows color (decimal): -4572768 or 10500538. OLE color: 10500538.

HSL color Cylindrical-coordinate representation of color #BA39A0: hue angle of 312.09º degrees, saturation: 0.53, 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 #BA39A0 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18657160-
CMYK00.690.140.27
HSL312.09º53.09%47.65%-
HSV(B)312.09º69.35%72.94%-
XYZ28.0615.934.85-
YUV107.31157.74184.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=46.15%
G=14.14%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865716000.690.140.27312.0953.0947.65
HexBA39A0045E1B1383530
Octal27271240010516334706560
Binary101110101110011010000001000101111011011100111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA39A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA39A0; }

 p { color: rgb(186,57,160); }

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

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

 a { background-color: rgb(186,57,160); }

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

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

 span { border-color: rgb(186,57,160); }

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