#BA0275

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

Shades of Medium Violet Red #BA0275

Tints of Medium Violet Red #BA0275

Color information

#BA0275 (or 0xBA0275) is unknown color: approx Medium Violet Red. HEX triplet: BA, 02 and 75. RGB value is (186,2,117). Sum of RGB (Red+Green+Blue) = 186+2+117=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0275 is #45FD8A. Grayscale: #454545. Windows color (decimal): -4586891 or 7668410. OLE color: 7668410.

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

Color convert

RGB1862117-
CMYK00.990.370.27
HSL322.5º97.87%36.86%-
HSV(B)322.5º98.92%72.94%-
XYZ23.4811.7717.86-
YUV70.13154.46210.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=60.98%
G=0.66%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186211700.990.370.27322.597.8736.86
HexBA275063251B1426225
Octal27221650143453350214245
Binary1011101010111010101100011100101110111010000101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0275; }

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

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

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

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

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

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

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

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