#BA3478

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

Shades of Medium Red Violet #BA3478

Tints of Medium Red Violet #BA3478

Color information

#BA3478 (or 0xBA3478) is unknown color: approx Medium Red Violet. HEX triplet: BA, 34 and 78. RGB value is (186,52,120). Sum of RGB (Red+Green+Blue) = 186+52+120=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3478 is #45CB87. Grayscale: #636363. Windows color (decimal): -4574088 or 7877818. OLE color: 7877818.

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

Color convert

RGB18652120-
CMYK00.720.350.27
HSL329.55º56.3%46.67%-
HSV(B)329.55º72.04%72.94%-
XYZ24.8714.2519.21-
YUV99.82139.39189.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 52 (20.70% from 255) = 14.53%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=51.96%
G=14.53%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865212000.720.350.27329.5556.346.67
HexBA3478048231B14a382f
Octal27264170011043335127057
Binary1011101011010011110000100100010001111011101001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3478; }

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

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

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

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

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

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

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

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