#BE209E

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

Shades of Medium Violet Red #BE209E

Tints of Medium Violet Red #BE209E

Color information

#BE209E (or 0xBE209E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 20 and 9E. RGB value is (190,32,158). Sum of RGB (Red+Green+Blue) = 190+32+158=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE209E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE209E is #41DF61. Grayscale: #5D5D5D. Windows color (decimal): -4317026 or 10363070. OLE color: 10363070.

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

Color convert

RGB19032158-
CMYK00.830.170.25
HSL312.15º71.17%43.53%-
HSV(B)312.15º83.16%74.51%-
XYZ27.9214.4533.66-
YUV93.61164.35196.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 8.42%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=50%
G=8.42%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903215800.830.170.25312.1571.1743.53
HexBE209E0531119138472c
Octal276402360123213147010754
Binary10111110100000100111100101001110001110011001110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE209E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE209E; }

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

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

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

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

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

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

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

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