#BA3F8E

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

Shades of Medium Red Violet #BA3F8E

Tints of Medium Red Violet #BA3F8E

Color information

#BA3F8E (or 0xBA3F8E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3F and 8E. RGB value is (186,63,142). Sum of RGB (Red+Green+Blue) = 186+63+142=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F8E is #45C071. Grayscale: #6C6C6C. Windows color (decimal): -4571250 or 9322426. OLE color: 9322426.

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

Color convert

RGB18663142-
CMYK00.660.240.27
HSL321.46º49.4%48.82%-
HSV(B)321.46º66.13%72.94%-
XYZ26.9115.9527.25-
YUV108.78146.75183.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=47.57%
G=16.11%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866314200.660.240.27321.4649.448.82
HexBA3F8E042181B1413131
Octal27277216010230335016161
Binary1011101011111110001110010000101100011011101000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F8E; }

 p { color: rgb(186,63,142); }

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

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

 a { background-color: rgb(186,63,142); }

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

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

 span { border-color: rgb(186,63,142); }

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