#BA068E

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

Shades of Medium Violet Red #BA068E

Tints of Medium Violet Red #BA068E

Color information

#BA068E (or 0xBA068E) is unknown color: approx Medium Violet Red. HEX triplet: BA, 06 and 8E. RGB value is (186,6,142). Sum of RGB (Red+Green+Blue) = 186+6+142=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068E is #45F971. Grayscale: #4A4A4A. Windows color (decimal): -4585842 or 9307834. OLE color: 9307834.

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

Color convert

RGB1866142-
CMYK00.970.240.27
HSL314.67º93.75%37.65%-
HSV(B)314.67º96.77%72.94%-
XYZ25.212.5226.68-
YUV75.32165.63206.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=55.69%
G=1.80%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186614200.970.240.27314.6793.7537.65
HexBA68E061181B13b5e26
Octal27262160141303347313646
Binary10111010110100011100110000111000110111001110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA068E; }

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

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

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

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

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

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

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

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