#BA3676

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

Shades of Medium Red Violet #BA3676

Tints of Medium Red Violet #BA3676

Color information

#BA3676 (or 0xBA3676) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 76. RGB value is (186,54,118). Sum of RGB (Red+Green+Blue) = 186+54+118=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3676 is #45C989. Grayscale: #646464. Windows color (decimal): -4573578 or 7747258. OLE color: 7747258.

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

Color convert

RGB18654118-
CMYK00.710.370.27
HSL330.91º55%47.06%-
HSV(B)330.91º70.97%72.94%-
XYZ24.8414.3918.61-
YUV100.76137.73188.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=51.96%
G=15.08%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865411800.710.370.27330.915547.06
HexBA3676047251B14b372f
Octal27266166010745335136757
Binary1011101011011011101100100011110010111011101001011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3676; }

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

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

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

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

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

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

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

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