#BE1185

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

Shades of Medium Violet Red #BE1185

Tints of Medium Violet Red #BE1185

Color information

#BE1185 (or 0xBE1185) is unknown color: approx Medium Violet Red. HEX triplet: BE, 11 and 85. RGB value is (190,17,133). Sum of RGB (Red+Green+Blue) = 190+17+133=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1185 is #41EE7A. Grayscale: #515151. Windows color (decimal): -4320891 or 8720830. OLE color: 8720830.

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

Color convert

RGB19017133-
CMYK00.910.30.25
HSL319.77º83.57%40.59%-
HSV(B)319.77º91.05%74.51%-
XYZ25.6713.0423.35-
YUV81.95156.81205.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 17 (7.03% from 255) = 5%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=55.88%
G=5%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901713300.910.30.25319.7783.5740.59
HexBE118505B1E191405429
Octal276212050133363150012451
Binary1011111010001100001010101101111110110011010000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1185; }

 p { color: rgb(190,17,133); }

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

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

 a { background-color: rgb(190,17,133); }

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

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

 span { border-color: rgb(190,17,133); }

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