#BA278A

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

Shades of Medium Red Violet #BA278A

Tints of Medium Red Violet #BA278A

Color information

#BA278A (or 0xBA278A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and 8A. RGB value is (186,39,138). Sum of RGB (Red+Green+Blue) = 186+39+138=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA278A is #45D875. Grayscale: #5D5D5D. Windows color (decimal): -4577398 or 9054138. OLE color: 9054138.

HSL color Cylindrical-coordinate representation of color #BA278A: hue angle of 319.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA278A is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18639138-
CMYK00.790.260.27
HSL319.59º65.33%44.12%-
HSV(B)319.59º79.03%72.94%-
XYZ25.5613.7325.35-
YUV94.24152.7193.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 39 (15.62% from 255) = 10.74%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=51.24%
G=10.74%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863913800.790.260.27319.5965.3344.12
HexBA278A04F1A1B140412c
Octal272472120117323350010154
Binary10111010100111100010100100111111010110111010000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA278A; }

 p { color: rgb(186,39,138); }

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

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

 a { background-color: rgb(186,39,138); }

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

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

 span { border-color: rgb(186,39,138); }

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