#BA0875

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

Shades of Medium Violet Red #BA0875

Tints of Medium Violet Red #BA0875

Color information

#BA0875 (or 0xBA0875) is unknown color: approx Medium Violet Red. HEX triplet: BA, 08 and 75. RGB value is (186,8,117). Sum of RGB (Red+Green+Blue) = 186+8+117=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0875 is #45F78A. Grayscale: #494949. Windows color (decimal): -4585355 or 7669946. OLE color: 7669946.

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

Color convert

RGB1868117-
CMYK00.960.370.27
HSL323.26º91.75%38.04%-
HSV(B)323.26º95.7%72.94%-
XYZ23.5511.917.88-
YUV73.65152.47208.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 8 (3.52% from 255) = 2.57%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=59.81%
G=2.57%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186811700.960.370.27323.2691.7538.04
HexBA875060251B1435c26
Octal272101650140453350313446
Binary101110101000111010101100000100101110111010000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0875; }

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

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

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

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

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

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

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

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