#BA0082

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

Shades of Medium Violet Red #BA0082

Tints of Medium Violet Red #BA0082

Color information

#BA0082 (or 0xBA0082) is unknown color: approx Medium Violet Red. HEX triplet: BA, 00 and 82. RGB value is (186,0,130). Sum of RGB (Red+Green+Blue) = 186+0+130=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0082 is #45FF7D. Grayscale: #464646. Windows color (decimal): -4587390 or 8519866. OLE color: 8519866.

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

Color convert

RGB1860130-
CMYK010.300.27
HSL318.06º100%36.47%-
HSV(B)318.06º100%72.94%-
XYZ24.2812.0522.17-
YUV70.43161.62210.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=58.86%
G=0%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860130010.300.27318.0610036.47
HexBA0820641E1B13e6424
Octal27202020144363347614444
Binary101110100100000100110010011110110111001111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0082; }

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

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

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

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

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

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

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

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