#BA3F8F

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

Shades of Medium Red Violet #BA3F8F

Tints of Medium Red Violet #BA3F8F

Color information

#BA3F8F (or 0xBA3F8F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3F and 8F. RGB value is (186,63,143). Sum of RGB (Red+Green+Blue) = 186+63+143=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3F8F is #45C070. Grayscale: #6C6C6C. Windows color (decimal): -4571249 or 9387962. OLE color: 9387962.

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

Color convert

RGB18663143-
CMYK00.660.230.27
HSL320.98º49.4%48.82%-
HSV(B)320.98º66.13%72.94%-
XYZ26.9915.9827.65-
YUV108.9147.25183-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=47.45%
G=16.07%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866314300.660.230.27320.9849.448.82
HexBA3F8F042171B1413131
Octal27277217010227335016161
Binary1011101011111110001111010000101011111011101000001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F8F; }

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

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

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

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

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

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

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

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