#BA0982

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

Shades of Medium Violet Red #BA0982

Tints of Medium Violet Red #BA0982

Color information

#BA0982 (or 0xBA0982) is unknown color: approx Medium Violet Red. HEX triplet: BA, 09 and 82. RGB value is (186,9,130). Sum of RGB (Red+Green+Blue) = 186+9+130=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0982 is #45F67D. Grayscale: #4B4B4B. Windows color (decimal): -4585086 or 8522170. OLE color: 8522170.

HSL color Cylindrical-coordinate representation of color #BA0982: hue angle of 318.98º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0982 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB1869130-
CMYK00.950.300.27
HSL318.98º90.77%38.24%-
HSV(B)318.98º95.16%72.94%-
XYZ24.3812.2522.2-
YUV75.72158.64206.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 9 (3.91% from 255) = 2.77%
BLUE value IS 130 (51.17% from 255) = 40%
R=57.23%
G=2.77%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186913000.950.300.27318.9890.7738.24
HexBA98205F1E1B13f5b26
Octal272112020137363347713346
Binary101110101001100000100101111111110110111001111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0982; }

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

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

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

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

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

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

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

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