#BA068B

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

Shades of Medium Violet Red #BA068B

Tints of Medium Violet Red #BA068B

Color information

#BA068B (or 0xBA068B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 06 and 8B. RGB value is (186,6,139). Sum of RGB (Red+Green+Blue) = 186+6+139=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068B is #45F974. Grayscale: #4A4A4A. Windows color (decimal): -4585845 or 9111226. OLE color: 9111226.

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

Color convert

RGB1866139-
CMYK00.970.250.27
HSL315.67º93.75%37.65%-
HSV(B)315.67º96.77%72.94%-
XYZ24.9812.4325.51-
YUV74.98164.13207.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.19%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=56.19%
G=1.81%
B=41.99%

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
Decimal186613900.970.250.27315.6793.7537.65
HexBA68B061191B13c5e26
Octal27262130141313347413646
Binary10111010110100010110110000111001110111001111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA068B; }

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

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

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

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

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

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

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

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