#BA3682

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

Shades of Medium Red Violet #BA3682

Tints of Medium Red Violet #BA3682

Color information

#BA3682 (or 0xBA3682) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 82. RGB value is (186,54,130). Sum of RGB (Red+Green+Blue) = 186+54+130=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3682 is #45C97D. Grayscale: #656565. Windows color (decimal): -4573566 or 8533690. OLE color: 8533690.

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

Color convert

RGB18654130-
CMYK00.710.300.27
HSL325.45º55%47.06%-
HSV(B)325.45º70.97%72.94%-
XYZ25.614.6922.61-
YUV102.13143.73187.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 54 (21.48% from 255) = 14.59%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=50.27%
G=14.59%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865413000.710.300.27325.455547.06
HexBA36820471E1B145372f
Octal27266202010736335056757
Binary1011101011011010000010010001111111011011101000101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3682; }

 p { color: rgb(186,54,130); }

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

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

 a { background-color: rgb(186,54,130); }

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

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

 span { border-color: rgb(186,54,130); }

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