#BE206D

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

Shades of Medium Violet Red #BE206D

Tints of Medium Violet Red #BE206D

Color information

#BE206D (or 0xBE206D) is unknown color: approx Medium Violet Red. HEX triplet: BE, 20 and 6D. RGB value is (190,32,109). Sum of RGB (Red+Green+Blue) = 190+32+109=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE206D is #41DF92. Grayscale: #575757. Windows color (decimal): -4317075 or 7151806. OLE color: 7151806.

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

Color convert

RGB19032109-
CMYK00.830.430.25
HSL330.76º71.17%43.53%-
HSV(B)330.76º83.16%74.51%-
XYZ24.5113.0815.7-
YUV88.02139.85200.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 32 (12.89% from 255) = 9.67%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=57.40%
G=9.67%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903210900.830.430.25330.7671.1743.53
HexBE206D0532B1914b472c
Octal276401550123533151310754
Binary10111110100000110110101010011101011110011010010111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE206D; }

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

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

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

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

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

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

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

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