#BE117A

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

Shades of Medium Violet Red #BE117A

Tints of Medium Violet Red #BE117A

Color information

#BE117A (or 0xBE117A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 11 and 7A. RGB value is (190,17,122). Sum of RGB (Red+Green+Blue) = 190+17+122=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE117A is #41EE85. Grayscale: #505050. Windows color (decimal): -4320902 or 7999934. OLE color: 7999934.

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

Color convert

RGB19017122-
CMYK00.910.360.25
HSL323.58º83.57%40.59%-
HSV(B)323.58º91.05%74.51%-
XYZ24.9512.7519.56-
YUV80.7151.31205.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=57.75%
G=5.17%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901712200.910.360.25323.5883.5740.59
HexBE117A05B24191445429
Octal276211720133443150412451
Binary1011111010001111101001011011100100110011010001001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE117A; }

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

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

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

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

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

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

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

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