#BA3684

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

Shades of Medium Red Violet #BA3684

Tints of Medium Red Violet #BA3684

Color information

#BA3684 (or 0xBA3684) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 84. RGB value is (186,54,132). Sum of RGB (Red+Green+Blue) = 186+54+132=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3684 is #45C97B. Grayscale: #666666. Windows color (decimal): -4573564 or 8664762. OLE color: 8664762.

HSL color Cylindrical-coordinate representation of color #BA3684: hue angle of 324.55º 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 #BA3684 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18654132-
CMYK00.710.290.27
HSL324.55º55%47.06%-
HSV(B)324.55º70.97%72.94%-
XYZ25.7314.7423.32-
YUV102.36144.73187.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 14.52%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=50%
G=14.52%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865413200.710.290.27324.555547.06
HexBA36840471D1B145372f
Octal27266204010735335056757
Binary1011101011011010000100010001111110111011101000101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3684; }

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

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

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

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

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

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

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

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