#BE207D

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

Shades of Medium Violet Red #BE207D

Tints of Medium Violet Red #BE207D

Color information

#BE207D (or 0xBE207D) is unknown color: approx Medium Violet Red. HEX triplet: BE, 20 and 7D. RGB value is (190,32,125). Sum of RGB (Red+Green+Blue) = 190+32+125=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE207D is #41DF82. Grayscale: #595959. Windows color (decimal): -4317059 or 8200382. OLE color: 8200382.

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

Color convert

RGB19032125-
CMYK00.830.340.25
HSL324.68º71.17%43.53%-
HSV(B)324.68º83.16%74.51%-
XYZ25.4513.4620.66-
YUV89.84147.85199.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 32 (12.89% from 255) = 9.22%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=54.76%
G=9.22%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903212500.830.340.25324.6871.1743.53
HexBE207D0532219145472c
Octal276401750123423150510754
Binary10111110100000111110101010011100010110011010001011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE207D; }

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

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

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

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

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

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

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

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