#BA4083

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

Shades of Medium Red Violet #BA4083

Tints of Medium Red Violet #BA4083

Color information

#BA4083 (or 0xBA4083) is unknown color: approx Medium Red Violet. HEX triplet: BA, 40 and 83. RGB value is (186,64,131). Sum of RGB (Red+Green+Blue) = 186+64+131=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4083 is #45BF7C. Grayscale: #6B6B6B. Windows color (decimal): -4571005 or 8601786. OLE color: 8601786.

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

Color convert

RGB18664131-
CMYK00.660.300.27
HSL327.05º48.8%49.02%-
HSV(B)327.05º65.59%72.94%-
XYZ26.1815.7423.13-
YUV108.12140.92183.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=48.82%
G=16.80%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866413100.660.300.27327.0548.849.02
HexBA40830421E1B1473131
Octal272100203010236335076161
Binary10111010100000010000011010000101111011011101000111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4083; }

 p { color: rgb(186,64,131); }

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

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

 a { background-color: rgb(186,64,131); }

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

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

 span { border-color: rgb(186,64,131); }

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