#BE116D

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

Shades of Medium Violet Red #BE116D

Tints of Medium Violet Red #BE116D

Color information

#BE116D (or 0xBE116D) is unknown color: approx Medium Violet Red. HEX triplet: BE, 11 and 6D. RGB value is (190,17,109). Sum of RGB (Red+Green+Blue) = 190+17+109=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE116D is #41EE92. Grayscale: #4F4F4F. Windows color (decimal): -4320915 or 7147966. OLE color: 7147966.

HSL color Cylindrical-coordinate representation of color #BE116D: hue angle of 328.09º 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 #BE116D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19017109-
CMYK00.910.430.25
HSL328.09º83.57%40.59%-
HSV(B)328.09º91.05%74.51%-
XYZ24.212.4515.6-
YUV79.21144.81207.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 17 (7.03% from 255) = 5.38%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=60.13%
G=5.38%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901710900.910.430.25328.0983.5740.59
HexBE116D05B2B191485429
Octal276211550133533151012451
Binary1011111010001110110101011011101011110011010010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE116D; }

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

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

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

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

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

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

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

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