#BA3699

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

Shades of Medium Red Violet #BA3699

Tints of Medium Red Violet #BA3699

Color information

#BA3699 (or 0xBA3699) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 99. RGB value is (186,54,153). Sum of RGB (Red+Green+Blue) = 186+54+153=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3699 is #45C966. Grayscale: #686868. Windows color (decimal): -4573543 or 10041018. OLE color: 10041018.

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

Color convert

RGB18654153-
CMYK00.710.180.27
HSL315º55%47.06%-
HSV(B)315º70.97%72.94%-
XYZ27.3215.3831.67-
YUV104.75155.23185.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=47.33%
G=13.74%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865415300.710.180.273155547.06
HexBA3699047121B13b372f
Octal27266231010722334736757
Binary1011101011011010011001010001111001011011100111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3699; }

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

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

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

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

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

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

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

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