#BA298B

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

Shades of Medium Red Violet #BA298B

Tints of Medium Red Violet #BA298B

Color information

#BA298B (or 0xBA298B) is unknown color: approx Medium Red Violet. HEX triplet: BA, 29 and 8B. RGB value is (186,41,139). Sum of RGB (Red+Green+Blue) = 186+41+139=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA298B is #45D674. Grayscale: #5F5F5F. Windows color (decimal): -4576885 or 9120186. OLE color: 9120186.

HSL color Cylindrical-coordinate representation of color #BA298B: hue angle of 319.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA298B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18641139-
CMYK00.780.250.27
HSL319.45º63.88%44.51%-
HSV(B)319.45º77.96%72.94%-
XYZ25.713.8925.75-
YUV95.53152.54192.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 41 (16.41% from 255) = 11.20%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=50.82%
G=11.20%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864113900.780.250.27319.4563.8844.51
HexBA298B04E191B13f402d
Octal272512130116313347710055
Binary10111010101001100010110100111011001110111001111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA298B; }

 p { color: rgb(186,41,139); }

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

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

 a { background-color: rgb(186,41,139); }

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

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

 span { border-color: rgb(186,41,139); }

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