#BA008B

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

Shades of Medium Violet Red #BA008B

Tints of Medium Violet Red #BA008B

Color information

#BA008B (or 0xBA008B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 8B. RGB value is (186,0,139). Sum of RGB (Red+Green+Blue) = 186+0+139=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA008B is #45FF74. Grayscale: #474747. Windows color (decimal): -4587381 or 9109690. OLE color: 9109690.

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

Color convert

RGB1860139-
CMYK010.250.27
HSL315.16º100%36.47%-
HSV(B)315.16º100%72.94%-
XYZ24.9112.325.49-
YUV71.46166.12209.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=57.23%
G=0%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860139010.250.27315.1610036.47
HexBA08B064191B13b6424
Octal27202130144313347314444
Binary101110100100010110110010011001110111001110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA008B; }

 p { color: rgb(186,0,139); }

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

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

 a { background-color: rgb(186,0,139); }

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

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

 span { border-color: rgb(186,0,139); }

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