#BA299D

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

Shades of Medium Red Violet #BA299D

Tints of Medium Red Violet #BA299D

Color information

#BA299D (or 0xBA299D) is unknown color: approx Medium Red Violet. HEX triplet: BA, 29 and 9D. RGB value is (186,41,157). Sum of RGB (Red+Green+Blue) = 186+41+157=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA299D is #45D662. Grayscale: #616161. Windows color (decimal): -4576867 or 10299834. OLE color: 10299834.

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

Color convert

RGB18641157-
CMYK00.780.160.27
HSL312º63.88%44.51%-
HSV(B)312º77.96%72.94%-
XYZ27.1314.4633.26-
YUV97.58161.54191.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 41 (16.41% from 255) = 10.68%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=48.44%
G=10.68%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864115700.780.160.2731263.8844.51
HexBA299D04E101B138402d
Octal272512350116203347010055
Binary10111010101001100111010100111010000110111001110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA299D; }

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

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

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

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

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

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

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

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