#BE177E

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

Shades of Medium Violet Red #BE177E

Tints of Medium Violet Red #BE177E

Color information

#BE177E (or 0xBE177E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 17 and 7E. RGB value is (190,23,126). Sum of RGB (Red+Green+Blue) = 190+23+126=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE177E is #41E881. Grayscale: #545454. Windows color (decimal): -4319362 or 8263614. OLE color: 8263614.

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

Color convert

RGB19023126-
CMYK00.880.340.25
HSL322.99º78.4%41.76%-
HSV(B)322.99º87.89%74.51%-
XYZ25.3113.0720.93-
YUV84.68151.33203.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 23 (9.38% from 255) = 6.78%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=56.05%
G=6.78%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902312600.880.340.25322.9978.441.76
HexBE177E05822191434e2a
Octal276271760130423150311652
Binary1011111010111111111001011000100010110011010000111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE177E; }

 p { color: rgb(190,23,126); }

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

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

 a { background-color: rgb(190,23,126); }

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

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

 span { border-color: rgb(190,23,126); }

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