#BA2A6C

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

Shades of Medium Red Violet #BA2A6C

Tints of Medium Red Violet #BA2A6C

Color information

#BA2A6C (or 0xBA2A6C) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2A and 6C. RGB value is (186,42,108). Sum of RGB (Red+Green+Blue) = 186+42+108=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A6C is #45D593. Grayscale: #5C5C5C. Windows color (decimal): -4576660 or 7088826. OLE color: 7088826.

HSL color Cylindrical-coordinate representation of color #BA2A6C: hue angle of 332.5º degrees, saturation: 0.63, 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 #BA2A6C is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18642108-
CMYK00.770.420.27
HSL332.5º63.16%44.71%-
HSV(B)332.5º77.42%72.94%-
XYZ23.7813.1815.48-
YUV92.58136.71194.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=55.36%
G=12.5%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864210800.770.420.27332.563.1644.71
HexBA2A6C04D2A1B14c3f2d
Octal27252154011552335147755
Binary1011101010101011011000100110110101011011101001100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A6C; }

 p { color: rgb(186,42,108); }

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

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

 a { background-color: rgb(186,42,108); }

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

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

 span { border-color: rgb(186,42,108); }

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