#BA0678

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

Shades of Medium Violet Red #BA0678

Tints of Medium Violet Red #BA0678

Color information

#BA0678 (or 0xBA0678) is unknown color: approx Medium Violet Red. HEX triplet: BA, 06 and 78. RGB value is (186,6,120). Sum of RGB (Red+Green+Blue) = 186+6+120=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0678 is #45F987. Grayscale: #484848. Windows color (decimal): -4585864 or 7866042. OLE color: 7866042.

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

Color convert

RGB1866120-
CMYK00.970.350.27
HSL322º93.75%37.65%-
HSV(B)322º96.77%72.94%-
XYZ23.711.9318.82-
YUV72.82154.63208.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=59.62%
G=1.92%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186612000.970.350.2732293.7537.65
HexBA678061231B1425e26
Octal27261700141433350213646
Binary10111010110111100001100001100011110111010000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0678; }

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

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

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

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

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

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

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

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