#BA4098

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

Shades of Medium Red Violet #BA4098

Tints of Medium Red Violet #BA4098

Color information

#BA4098 (or 0xBA4098) is unknown color: approx Medium Red Violet. HEX triplet: BA, 40 and 98. RGB value is (186,64,152). Sum of RGB (Red+Green+Blue) = 186+64+152=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4098 is #45BF67. Grayscale: #6E6E6E. Windows color (decimal): -4570984 or 9978042. OLE color: 9978042.

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

Color convert

RGB18664152-
CMYK00.660.180.27
HSL316.72º48.8%49.02%-
HSV(B)316.72º65.59%72.94%-
XYZ27.7516.3731.4-
YUV110.51151.42181.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=46.27%
G=15.92%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866415200.660.180.27316.7248.849.02
HexBA4098042121B13d3131
Octal272100230010222334756161
Binary10111010100000010011000010000101001011011100111101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4098; }

 p { color: rgb(186,64,152); }

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

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

 a { background-color: rgb(186,64,152); }

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

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

 span { border-color: rgb(186,64,152); }

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