#BA239A

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

Shades of Medium Red Violet #BA239A

Tints of Medium Red Violet #BA239A

Color information

#BA239A (or 0xBA239A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 23 and 9A. RGB value is (186,35,154). Sum of RGB (Red+Green+Blue) = 186+35+154=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA239A is #45DC65. Grayscale: #5D5D5D. Windows color (decimal): -4578406 or 10101690. OLE color: 10101690.

HSL color Cylindrical-coordinate representation of color #BA239A: hue angle of 312.72º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA239A is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18635154-
CMYK00.810.170.27
HSL312.72º68.33%43.33%-
HSV(B)312.72º81.18%72.94%-
XYZ26.6813.9731.86-
YUV93.71162.03193.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 35 (14.06% from 255) = 9.33%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=49.6%
G=9.33%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863515400.810.170.27312.7268.3343.33
HexBA239A051111B139442b
Octal272432320121213347110453
Binary10111010100011100110100101000110001110111001110011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA239A; }

 p { color: rgb(186,35,154); }

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

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

 a { background-color: rgb(186,35,154); }

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

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

 span { border-color: rgb(186,35,154); }

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