#BA3476

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

Shades of Medium Red Violet #BA3476

Tints of Medium Red Violet #BA3476

Color information

#BA3476 (or 0xBA3476) is unknown color: approx Medium Red Violet. HEX triplet: BA, 34 and 76. RGB value is (186,52,118). Sum of RGB (Red+Green+Blue) = 186+52+118=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3476 is #45CB89. Grayscale: #636363. Windows color (decimal): -4574090 or 7746746. OLE color: 7746746.

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

Color convert

RGB18652118-
CMYK00.720.370.27
HSL330.45º56.3%46.67%-
HSV(B)330.45º72.04%72.94%-
XYZ24.7514.218.58-
YUV99.59138.39189.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 52 (20.70% from 255) = 14.61%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=52.25%
G=14.61%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865211800.720.370.27330.4556.346.67
HexBA3476048251B14a382f
Octal27264166011045335127057
Binary1011101011010011101100100100010010111011101001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3476; }

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

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

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

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

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

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

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

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