#BA0884

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

Shades of Medium Violet Red #BA0884

Tints of Medium Violet Red #BA0884

Color information

#BA0884 (or 0xBA0884) is unknown color: approx Medium Violet Red. HEX triplet: BA, 08 and 84. RGB value is (186,8,132). Sum of RGB (Red+Green+Blue) = 186+8+132=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0884 is #45F77B. Grayscale: #4B4B4B. Windows color (decimal): -4585340 or 8652986. OLE color: 8652986.

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

Color convert

RGB1868132-
CMYK00.960.290.27
HSL318.2º91.75%38.04%-
HSV(B)318.2º95.7%72.94%-
XYZ24.512.2822.91-
YUV75.36159.97206.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=57.06%
G=2.45%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186813200.960.290.27318.291.7538.04
HexBA8840601D1B13e5c26
Octal272102040140353347613446
Binary101110101000100001000110000011101110111001111101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0884; }

 p { color: rgb(186,8,132); }

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

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

 a { background-color: rgb(186,8,132); }

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

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

 span { border-color: rgb(186,8,132); }

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