#BA1B7B

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

Shades of Medium Violet Red #BA1B7B

Tints of Medium Violet Red #BA1B7B

Color information

#BA1B7B (or 0xBA1B7B) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1B and 7B. RGB value is (186,27,123). Sum of RGB (Red+Green+Blue) = 186+27+123=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1B7B is #45E484. Grayscale: #555555. Windows color (decimal): -4580485 or 8068026. OLE color: 8068026.

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

Color convert

RGB18627123-
CMYK00.850.340.27
HSL323.77º74.65%41.76%-
HSV(B)323.77º85.48%72.94%-
XYZ24.2212.6519.9-
YUV85.48149.18199.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 27 (10.94% from 255) = 8.04%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=55.36%
G=8.04%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862712300.850.340.27323.7774.6541.76
HexBA1B7B055221B1444b2a
Octal272331730125423350411352
Binary1011101011011111101101010101100010110111010001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1B7B; }

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

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

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

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

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

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

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

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