#BA3E93

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

Shades of Medium Red Violet #BA3E93

Tints of Medium Red Violet #BA3E93

Color information

#BA3E93 (or 0xBA3E93) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and 93. RGB value is (186,62,147). Sum of RGB (Red+Green+Blue) = 186+62+147=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E93 is #45C16C. Grayscale: #6C6C6C. Windows color (decimal): -4571501 or 9649850. OLE color: 9649850.

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

Color convert

RGB18662147-
CMYK00.670.210.27
HSL318.87º50%48.63%-
HSV(B)318.87º66.67%72.94%-
XYZ27.2415.9929.25-
YUV108.77149.58183.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=47.09%
G=15.70%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866214700.670.210.27318.875048.63
HexBA3E93043151B13f3231
Octal27276223010325334776261
Binary1011101011111010010011010000111010111011100111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E93; }

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

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

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

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

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

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

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

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