#BE0177

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

Shades of Medium Violet Red #BE0177

Tints of Medium Violet Red #BE0177

Color information

#BE0177 (or 0xBE0177) is unknown color: approx Medium Violet Red. HEX triplet: BE, 01 and 77. RGB value is (190,1,119). Sum of RGB (Red+Green+Blue) = 190+1+119=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0177 is #41FE88. Grayscale: #464646. Windows color (decimal): -4325001 or 7799230. OLE color: 7799230.

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

Color convert

RGB1901119-
CMYK00.990.370.25
HSL322.54º98.95%37.45%-
HSV(B)322.54º99.47%74.51%-
XYZ24.5812.318.53-
YUV70.96155.12212.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=61.29%
G=0.32%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190111900.990.370.25322.5498.9537.45
HexBE17706325191436325
Octal27611670143453150314345
Binary101111101111011101100011100101110011010000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0177; }

 p { color: rgb(190,1,119); }

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

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

 a { background-color: rgb(190,1,119); }

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

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

 span { border-color: rgb(190,1,119); }

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