#BA0F8F

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

Shades of Medium Violet Red #BA0F8F

Tints of Medium Violet Red #BA0F8F

Color information

#BA0F8F (or 0xBA0F8F) is unknown color: approx Medium Violet Red. HEX triplet: BA, 0F and 8F. RGB value is (186,15,143). Sum of RGB (Red+Green+Blue) = 186+15+143=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0F8F is #45F070. Grayscale: #505050. Windows color (decimal): -4583537 or 9375674. OLE color: 9375674.

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

Color convert

RGB18615143-
CMYK00.920.230.27
HSL315.09º85.07%39.41%-
HSV(B)315.09º91.94%72.94%-
XYZ25.3812.7627.11-
YUV80.72163.15203.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 15 (6.25% from 255) = 4.36%
BLUE value IS 143 (56.25% from 255) = 41.57%
R=54.07%
G=4.36%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861514300.920.230.27315.0985.0739.41
HexBAF8F05C171B13b5527
Octal272172170134273347312547
Binary101110101111100011110101110010111110111001110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F8F; }

 p { color: rgb(186,15,143); }

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

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

 a { background-color: rgb(186,15,143); }

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

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

 span { border-color: rgb(186,15,143); }

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