#BE059E

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

Shades of Medium Violet Red #BE059E

Tints of Medium Violet Red #BE059E

Color information

#BE059E (or 0xBE059E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 05 and 9E. RGB value is (190,5,158). Sum of RGB (Red+Green+Blue) = 190+5+158=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE059E is #41FA61. Grayscale: #4D4D4D. Windows color (decimal): -4323938 or 10356158. OLE color: 10356158.

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

Color convert

RGB1905158-
CMYK00.970.170.25
HSL310.38º94.87%38.24%-
HSV(B)310.38º97.37%74.51%-
XYZ27.4613.5233.51-
YUV77.76173.29208.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=53.82%
G=1.42%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190515800.970.170.25310.3894.8738.24
HexBE59E06111191365f26
Octal27652360141213146613746
Binary10111110101100111100110000110001110011001101101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE059E; }

 p { color: rgb(190,5,158); }

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

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

 a { background-color: rgb(190,5,158); }

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

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

 span { border-color: rgb(190,5,158); }

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