#BA068F

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

Shades of Medium Violet Red #BA068F

Tints of Medium Violet Red #BA068F

Color information

#BA068F (or 0xBA068F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 06 and 8F. RGB value is (186,6,143). Sum of RGB (Red+Green+Blue) = 186+6+143=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068F is #45F970. Grayscale: #4B4B4B. Windows color (decimal): -4585841 or 9373370. OLE color: 9373370.

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

Color convert

RGB1866143-
CMYK00.970.230.27
HSL314.33º93.75%37.65%-
HSV(B)314.33º96.77%72.94%-
XYZ25.2712.5527.08-
YUV75.44166.13206.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=55.52%
G=1.79%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186614300.970.230.27314.3393.7537.65
HexBA68F061171B13a5e26
Octal27262170141273347213646
Binary10111010110100011110110000110111110111001110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA068F; }

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

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

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

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

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

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

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

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