#BA348D

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

Shades of Medium Red Violet #BA348D

Tints of Medium Red Violet #BA348D

Color information

#BA348D (or 0xBA348D) is unknown color: approx Medium Red Violet. HEX triplet: BA, 34 and 8D. RGB value is (186,52,141). Sum of RGB (Red+Green+Blue) = 186+52+141=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA348D is #45CB72. Grayscale: #656565. Windows color (decimal): -4574067 or 9254074. OLE color: 9254074.

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

Color convert

RGB18652141-
CMYK00.720.240.27
HSL320.15º56.3%46.67%-
HSV(B)320.15º72.04%72.94%-
XYZ26.2914.8226.67-
YUV102.21149.89187.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 52 (20.70% from 255) = 13.72%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=49.08%
G=13.72%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865214100.720.240.27320.1556.346.67
HexBA348D048181B140382f
Octal27264215011030335007057
Binary1011101011010010001101010010001100011011101000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA348D; }

 p { color: rgb(186,52,141); }

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

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

 a { background-color: rgb(186,52,141); }

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

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

 span { border-color: rgb(186,52,141); }

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