#BE1296

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

Shades of Medium Violet Red #BE1296

Tints of Medium Violet Red #BE1296

Color information

#BE1296 (or 0xBE1296) is unknown color: approx Medium Violet Red. HEX triplet: BE, 12 and 96. RGB value is (190,18,150). Sum of RGB (Red+Green+Blue) = 190+18+150=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1296 is #41ED69. Grayscale: #545454. Windows color (decimal): -4320618 or 9835198. OLE color: 9835198.

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

Color convert

RGB19018150-
CMYK00.910.210.25
HSL313.95º82.69%40.78%-
HSV(B)313.95º90.53%74.51%-
XYZ26.9613.5830.05-
YUV84.48164.98203.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.07%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=53.07%
G=5.03%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901815000.910.210.25313.9582.6940.78
HexBE129605B151913a5329
Octal276222260133253147212351
Binary1011111010010100101100101101110101110011001110101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1296; }

 p { color: rgb(190,18,150); }

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

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

 a { background-color: rgb(190,18,150); }

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

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

 span { border-color: rgb(190,18,150); }

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