#BE0986

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

Shades of Medium Violet Red #BE0986

Tints of Medium Violet Red #BE0986

Color information

#BE0986 (or 0xBE0986) is unknown color: approx Medium Violet Red. HEX triplet: BE, 09 and 86. RGB value is (190,9,134). Sum of RGB (Red+Green+Blue) = 190+9+134=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0986 is #41F679. Grayscale: #4D4D4D. Windows color (decimal): -4322938 or 8784318. OLE color: 8784318.

HSL color Cylindrical-coordinate representation of color #BE0986: hue angle of 318.56º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0986 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB1909134-
CMYK00.950.290.25
HSL318.56º90.95%39.02%-
HSV(B)318.56º95.26%74.51%-
XYZ25.6412.8623.69-
YUV77.37159.97208.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 9 (3.91% from 255) = 2.70%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=57.06%
G=2.70%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190913400.950.290.25318.5690.9539.02
HexBE98605F1D1913f5b27
Octal276112060137353147713347
Binary101111101001100001100101111111101110011001111111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0986; }

 p { color: rgb(190,9,134); }

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

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

 a { background-color: rgb(190,9,134); }

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

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

 span { border-color: rgb(190,9,134); }

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