#ba3480

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

Shades of Medium Red Violet #BA3480

Tints of Medium Red Violet #BA3480

Color information

#BA3480 (or 0xBA3480) is unknown color: approx Medium Red Violet. HEX triplet: BA, 34 and 80. RGB value is (186,52,128). Sum of RGB (Red+Green+Blue) = 186+52+128=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3480 is #45CB7F. Grayscale: #646464. Windows color (decimal): -4574080 or 8402106. OLE color: 8402106.

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

Color convert

RGB18652128-
CMYK00.720.310.27
HSL325.97º56.3%46.67%-
HSV(B)325.97º72.04%72.94%-
XYZ25.3714.4521.87-
YUV100.73143.39188.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=50.82%
G=14.21%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865212800.720.310.27325.9756.346.67
HexBA34800481F1B146382f
Octal27264200011037335067057
Binary1011101011010010000000010010001111111011101000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3480; }

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

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

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

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

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

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

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

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