#BA2B7E

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

Shades of Medium Red Violet #BA2B7E

Tints of Medium Red Violet #BA2B7E

Color information

#BA2B7E (or 0xBA2B7E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2B and 7E. RGB value is (186,43,126). Sum of RGB (Red+Green+Blue) = 186+43+126=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B7E is #45D481. Grayscale: #5F5F5F. Windows color (decimal): -4576386 or 8268730. OLE color: 8268730.

HSL color Cylindrical-coordinate representation of color #BA2B7E: hue angle of 325.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2B7E is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18643126-
CMYK00.770.320.27
HSL325.17º62.45%44.9%-
HSV(B)325.17º76.88%72.94%-
XYZ24.8813.6721.07-
YUV95.22145.38192.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=52.39%
G=12.11%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864312600.770.320.27325.1762.4544.9
HexBA2B7E04D201B1453e2d
Octal27253176011540335057655
Binary1011101010101111111100100110110000011011101000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B7E; }

 p { color: rgb(186,43,126); }

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

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

 a { background-color: rgb(186,43,126); }

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

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

 span { border-color: rgb(186,43,126); }

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