#BE116C

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

Shades of Medium Violet Red #BE116C

Tints of Medium Violet Red #BE116C

Color information

#BE116C (or 0xBE116C) is unknown color: approx Medium Violet Red. HEX triplet: BE, 11 and 6C. RGB value is (190,17,108). Sum of RGB (Red+Green+Blue) = 190+17+108=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE116C is #41EE93. Grayscale: #4E4E4E. Windows color (decimal): -4320916 or 7082430. OLE color: 7082430.

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

Color convert

RGB19017108-
CMYK00.910.430.25
HSL328.44º83.57%40.59%-
HSV(B)328.44º91.05%74.51%-
XYZ24.1412.4315.31-
YUV79.1144.31207.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=60.32%
G=5.40%
B=34.29%

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
Decimal1901710800.910.430.25328.4483.5740.59
HexBE116C05B2B191485429
Octal276211540133533151012451
Binary1011111010001110110001011011101011110011010010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE116C; }

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

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

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

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

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

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

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

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