#BA4183

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

Shades of Medium Red Violet #BA4183

Tints of Medium Red Violet #BA4183

Color information

#BA4183 (or 0xBA4183) is unknown color: approx Medium Red Violet. HEX triplet: BA, 41 and 83. RGB value is (186,65,131). Sum of RGB (Red+Green+Blue) = 186+65+131=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4183 is #45BE7C. Grayscale: #6C6C6C. Windows color (decimal): -4570749 or 8602042. OLE color: 8602042.

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

Color convert

RGB18665131-
CMYK00.650.300.27
HSL327.27º48.21%49.22%-
HSV(B)327.27º65.05%72.94%-
XYZ26.2415.8623.15-
YUV108.7140.59183.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 65 (25.78% from 255) = 17.02%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=48.69%
G=17.02%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866513100.650.300.27327.2748.2149.22
HexBA41830411E1B1473031
Octal272101203010136335076061
Binary10111010100000110000011010000011111011011101000111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4183; }

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

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

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

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

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

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

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

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