#BA2E9D

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

Shades of Medium Red Violet #BA2E9D

Tints of Medium Red Violet #BA2E9D

Color information

#BA2E9D (or 0xBA2E9D) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and 9D. RGB value is (186,46,157). Sum of RGB (Red+Green+Blue) = 186+46+157=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E9D is #45D162. Grayscale: #646464. Windows color (decimal): -4575587 or 10301114. OLE color: 10301114.

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

Color convert

RGB18646157-
CMYK00.750.160.27
HSL312.43º60.34%45.49%-
HSV(B)312.43º75.27%72.94%-
XYZ27.3114.8333.32-
YUV100.51159.88188.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=47.81%
G=11.83%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864615700.750.160.27312.4360.3445.49
HexBA2E9D04B101B1383c2d
Octal27256235011320334707455
Binary1011101010111010011101010010111000011011100111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E9D; }

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

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

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

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

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

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

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

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