#ba1ba6

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

Shades of Medium Violet Red #BA1BA6

Tints of Medium Violet Red #BA1BA6

Color information

#BA1BA6 (or 0xBA1BA6) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1B and A6. RGB value is (186,27,166). Sum of RGB (Red+Green+Blue) = 186+27+166=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BA6 is #45E459. Grayscale: #595959. Windows color (decimal): -4580442 or 10886074. OLE color: 10886074.

HSL color Cylindrical-coordinate representation of color #BA1BA6: hue angle of 307.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1BA6 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18627166-
CMYK00.850.110.27
HSL307.55º74.65%41.76%-
HSV(B)307.55º85.48%72.94%-
XYZ27.5213.9837.32-
YUV90.39170.68196.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 27 (10.94% from 255) = 7.12%
BLUE value IS 166 (65.23% from 255) = 43.80%
R=49.08%
G=7.12%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862716600.850.110.27307.5574.6541.76
HexBA1BA6055B1B1344b2a
Octal272332460125133346411352
Binary101110101101110100110010101011011110111001101001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1ba6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1ba6; }

 p { color: rgb(186,27,166); }

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

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

 a { background-color: rgb(186,27,166); }

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

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

 span { border-color: rgb(186,27,166); }

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