#BA1BAA

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

Shades of Medium Violet Red #BA1BAA

Tints of Medium Violet Red #BA1BAA

Color information

#BA1BAA (or 0xBA1BAA) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1B and AA. RGB value is (186,27,170). Sum of RGB (Red+Green+Blue) = 186+27+170=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BAA is #45E455. Grayscale: #5A5A5A. Windows color (decimal): -4580438 or 11148218. OLE color: 11148218.

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

Color convert

RGB18627170-
CMYK00.850.090.27
HSL306.04º74.65%41.76%-
HSV(B)306.04º85.48%72.94%-
XYZ27.914.1339.29-
YUV90.84172.68195.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 27 (10.94% from 255) = 7.05%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=48.56%
G=7.05%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862717000.850.090.27306.0474.6541.76
HexBA1BAA05591B1324b2a
Octal272332520125113346211352
Binary101110101101110101010010101011001110111001100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1BAA; }

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

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

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

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

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

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

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

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