#BA3475

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

Shades of Medium Red Violet #BA3475

Tints of Medium Red Violet #BA3475

Color information

#BA3475 (or 0xBA3475) is unknown color: approx Medium Red Violet. HEX triplet: BA, 34 and 75. RGB value is (186,52,117). Sum of RGB (Red+Green+Blue) = 186+52+117=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3475 is #45CB8A. Grayscale: #636363. Windows color (decimal): -4574091 or 7681210. OLE color: 7681210.

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

Color convert

RGB18652117-
CMYK00.720.370.27
HSL330.9º56.3%46.67%-
HSV(B)330.9º72.04%72.94%-
XYZ24.6914.1818.27-
YUV99.48137.89189.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=52.39%
G=14.65%
B=32.96%

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
Decimal1865211700.720.370.27330.956.346.67
HexBA3475048251B14b382f
Octal27264165011045335137057
Binary1011101011010011101010100100010010111011101001011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3475; }

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

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

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

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

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

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

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

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