#BA4184

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

Shades of Medium Red Violet #BA4184

Tints of Medium Red Violet #BA4184

Color information

#BA4184 (or 0xBA4184) is unknown color: approx Medium Red Violet. HEX triplet: BA, 41 and 84. RGB value is (186,65,132). Sum of RGB (Red+Green+Blue) = 186+65+132=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4184 is #45BE7B. Grayscale: #6C6C6C. Windows color (decimal): -4570748 or 8667578. OLE color: 8667578.

HSL color Cylindrical-coordinate representation of color #BA4184: hue angle of 326.78º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4184 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18665132-
CMYK00.650.290.27
HSL326.78º48.21%49.22%-
HSV(B)326.78º65.05%72.94%-
XYZ26.315.8923.51-
YUV108.82141.09183.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=48.56%
G=16.97%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866513200.650.290.27326.7848.2149.22
HexBA41840411D1B1473031
Octal272101204010135335076061
Binary10111010100000110000100010000011110111011101000111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4184; }

 p { color: rgb(186,65,132); }

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

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

 a { background-color: rgb(186,65,132); }

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

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

 span { border-color: rgb(186,65,132); }

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