#BA1275

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

Shades of Medium Violet Red #BA1275

Tints of Medium Violet Red #BA1275

Color information

#BA1275 (or 0xBA1275) is unknown color: approx Medium Violet Red. HEX triplet: BA, 12 and 75. RGB value is (186,18,117). Sum of RGB (Red+Green+Blue) = 186+18+117=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1275 is #45ED8A. Grayscale: #4F4F4F. Windows color (decimal): -4582795 or 7672506. OLE color: 7672506.

HSL color Cylindrical-coordinate representation of color #BA1275: hue angle of 324.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1275 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18618117-
CMYK00.900.370.27
HSL324.64º82.35%40%-
HSV(B)324.64º90.32%72.94%-
XYZ23.6812.1617.93-
YUV79.52149.16203.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=57.94%
G=5.61%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861811700.900.370.27324.6482.3540
HexBA127505A251B1455228
Octal272221650132453350512250
Binary1011101010010111010101011010100101110111010001011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1275; }

 p { color: rgb(186,18,117); }

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

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

 a { background-color: rgb(186,18,117); }

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

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

 span { border-color: rgb(186,18,117); }

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