#BA2F73

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

Shades of Medium Red Violet #BA2F73

Tints of Medium Red Violet #BA2F73

Color information

#BA2F73 (or 0xBA2F73) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2F and 73. RGB value is (186,47,115). Sum of RGB (Red+Green+Blue) = 186+47+115=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F73 is #45D08C. Grayscale: #606060. Windows color (decimal): -4575373 or 7548858. OLE color: 7548858.

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

Color convert

RGB18647115-
CMYK00.750.380.27
HSL330.65º59.66%45.69%-
HSV(B)330.65º74.73%72.94%-
XYZ24.3613.7117.58-
YUV96.31138.55191.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 47 (18.75% from 255) = 13.51%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=53.45%
G=13.51%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864711500.750.380.27330.6559.6645.69
HexBA2F7304B261B14b3c2e
Octal27257163011346335137456
Binary1011101010111111100110100101110011011011101001011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F73; }

 p { color: rgb(186,47,115); }

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

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

 a { background-color: rgb(186,47,115); }

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

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

 span { border-color: rgb(186,47,115); }

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