#BA2E93

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

Shades of Medium Red Violet #BA2E93

Tints of Medium Red Violet #BA2E93

Color information

#BA2E93 (or 0xBA2E93) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and 93. RGB value is (186,46,147). Sum of RGB (Red+Green+Blue) = 186+46+147=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E93 is #45D16C. Grayscale: #636363. Windows color (decimal): -4575597 or 9645754. OLE color: 9645754.

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

Color convert

RGB18646147-
CMYK00.750.210.27
HSL316.71º60.34%45.49%-
HSV(B)316.71º75.27%72.94%-
XYZ26.4914.529.01-
YUV99.37154.88189.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=49.08%
G=12.14%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864614700.750.210.27316.7160.3445.49
HexBA2E9304B151B13d3c2d
Octal27256223011325334757455
Binary1011101010111010010011010010111010111011100111101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E93; }

 p { color: rgb(186,46,147); }

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

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

 a { background-color: rgb(186,46,147); }

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

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

 span { border-color: rgb(186,46,147); }

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