#BA3781

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

Shades of Medium Red Violet #BA3781

Tints of Medium Red Violet #BA3781

Color information

#BA3781 (or 0xBA3781) is unknown color: approx Medium Red Violet. HEX triplet: BA, 37 and 81. RGB value is (186,55,129). Sum of RGB (Red+Green+Blue) = 186+55+129=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3781 is #45C87E. Grayscale: #666666. Windows color (decimal): -4573311 or 8468410. OLE color: 8468410.

HSL color Cylindrical-coordinate representation of color #BA3781: hue angle of 326.11º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3781 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18655129-
CMYK00.700.310.27
HSL326.11º54.36%47.25%-
HSV(B)326.11º70.43%72.94%-
XYZ25.5814.7622.27-
YUV102.6142.9187.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 55 (21.88% from 255) = 14.86%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=50.27%
G=14.86%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865512900.700.310.27326.1154.3647.25
HexBA37810461F1B146362f
Octal27267201010637335066657
Binary1011101011011110000001010001101111111011101000110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3781; }

 p { color: rgb(186,55,129); }

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

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

 a { background-color: rgb(186,55,129); }

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

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

 span { border-color: rgb(186,55,129); }

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