#BA4282

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

Shades of Medium Red Violet #BA4282

Tints of Medium Red Violet #BA4282

Color information

#BA4282 (or 0xBA4282) is unknown color: approx Medium Red Violet. HEX triplet: BA, 42 and 82. RGB value is (186,66,130). Sum of RGB (Red+Green+Blue) = 186+66+130=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4282 is #45BD7D. Grayscale: #6D6D6D. Windows color (decimal): -4570494 or 8536762. OLE color: 8536762.

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

Color convert

RGB18666130-
CMYK00.650.300.27
HSL328º47.62%49.41%-
HSV(B)328º64.52%72.94%-
XYZ26.2315.9522.81-
YUV109.18139.76182.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=48.69%
G=17.28%
B=34.03%

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
Decimal1866613000.650.300.2732847.6249.41
HexBA42820411E1B1483031
Octal272102202010136335106061
Binary10111010100001010000010010000011111011011101001000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4282; }

 p { color: rgb(186,66,130); }

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

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

 a { background-color: rgb(186,66,130); }

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

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

 span { border-color: rgb(186,66,130); }

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