#BE0497

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

Shades of Medium Violet Red #BE0497

Tints of Medium Violet Red #BE0497

Color information

#BE0497 (or 0xBE0497) is unknown color: approx Medium Violet Red. HEX triplet: BE, 04 and 97. RGB value is (190,4,151). Sum of RGB (Red+Green+Blue) = 190+4+151=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0497 is #41FB68. Grayscale: #4B4B4B. Windows color (decimal): -4324201 or 9897150. OLE color: 9897150.

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

Color convert

RGB1904151-
CMYK00.980.210.25
HSL312.58º95.88%38.04%-
HSV(B)312.58º97.89%74.51%-
XYZ26.8613.2730.42-
YUV76.37170.12209.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 151 (59.38% from 255) = 43.77%
R=55.07%
G=1.16%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190415100.980.210.25312.5895.8838.04
HexBE49706215191396026
Octal27642270142253147114046
Binary10111110100100101110110001010101110011001110011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0497; }

 p { color: rgb(190,4,151); }

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

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

 a { background-color: rgb(190,4,151); }

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

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

 span { border-color: rgb(190,4,151); }

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