#BE0079

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

Shades of Medium Violet Red #BE0079

Tints of Medium Violet Red #BE0079

Color information

#BE0079 (or 0xBE0079) is unknown color: approx Medium Violet Red. HEX triplet: BE, 00 and 79. RGB value is (190,0,121). Sum of RGB (Red+Green+Blue) = 190+0+121=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0079 is #41FF86. Grayscale: #464646. Windows color (decimal): -4325255 or 7930046. OLE color: 7930046.

HSL color Cylindrical-coordinate representation of color #BE0079: hue angle of 321.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0079 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB1900121-
CMYK010.360.25
HSL321.79º100%37.25%-
HSV(B)321.79º100%74.51%-
XYZ24.6912.3319.17-
YUV70.6156.45213.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=61.09%
G=0%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900121010.360.25321.7910037.25
HexBE07906424191426425
Octal27601710144443150214445
Binary101111100111100101100100100100110011010000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0079; }

 p { color: rgb(190,0,121); }

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

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

 a { background-color: rgb(190,0,121); }

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

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

 span { border-color: rgb(190,0,121); }

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