#BA0688

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

Shades of Medium Violet Red #BA0688

Tints of Medium Violet Red #BA0688

Color information

#BA0688 (or 0xBA0688) is unknown color: approx Medium Violet Red. HEX triplet: BA, 06 and 88. RGB value is (186,6,136). Sum of RGB (Red+Green+Blue) = 186+6+136=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0688 is #45F977. Grayscale: #4A4A4A. Windows color (decimal): -4585848 or 8914618. OLE color: 8914618.

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

Color convert

RGB1866136-
CMYK00.970.270.27
HSL316.67º93.75%37.65%-
HSV(B)316.67º96.77%72.94%-
XYZ24.7612.3524.37-
YUV74.64162.63207.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=56.71%
G=1.83%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186613600.970.270.27316.6793.7537.65
HexBA6880611B1B13d5e26
Octal27262100141333347513646
Binary10111010110100010000110000111011110111001111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0688; }

 p { color: rgb(186,6,136); }

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

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

 a { background-color: rgb(186,6,136); }

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

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

 span { border-color: rgb(186,6,136); }

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