#BA068C

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

Shades of Medium Violet Red #BA068C

Tints of Medium Violet Red #BA068C

Color information

#BA068C (or 0xBA068C) is unknown color: approx Medium Violet Red. HEX triplet: BA, 06 and 8C. RGB value is (186,6,140). Sum of RGB (Red+Green+Blue) = 186+6+140=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068C is #45F973. Grayscale: #4A4A4A. Windows color (decimal): -4585844 or 9176762. OLE color: 9176762.

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

Color convert

RGB1866140-
CMYK00.970.250.27
HSL315.33º93.75%37.65%-
HSV(B)315.33º96.77%72.94%-
XYZ25.0512.4625.9-
YUV75.1164.63207.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=56.02%
G=1.81%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186614000.970.250.27315.3393.7537.65
HexBA68C061191B13b5e26
Octal27262140141313347313646
Binary10111010110100011000110000111001110111001110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA068C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA068C; }

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

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

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

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

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

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

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

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