#BA229E

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

Shades of Medium Violet Red #BA229E

Tints of Medium Violet Red #BA229E

Color information

#BA229E (or 0xBA229E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 22 and 9E. RGB value is (186,34,158). Sum of RGB (Red+Green+Blue) = 186+34+158=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA229E is #45DD61. Grayscale: #5D5D5D. Windows color (decimal): -4578658 or 10363578. OLE color: 10363578.

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

Color convert

RGB18634158-
CMYK00.820.150.27
HSL311.05º69.09%43.14%-
HSV(B)311.05º81.72%72.94%-
XYZ26.9914.0533.64-
YUV93.58164.36193.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 34 (13.67% from 255) = 8.99%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=49.21%
G=8.99%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863415800.820.150.27311.0569.0943.14
HexBA229E052F1B137452b
Octal272422360122173346710553
Binary1011101010001010011110010100101111110111001101111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA229E; }

 p { color: rgb(186,34,158); }

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

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

 a { background-color: rgb(186,34,158); }

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

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

 span { border-color: rgb(186,34,158); }

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