#BE159C

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

Shades of Medium Violet Red #BE159C

Tints of Medium Violet Red #BE159C

Color information

#BE159C (or 0xBE159C) is unknown color: approx Medium Violet Red. HEX triplet: BE, 15 and 9C. RGB value is (190,21,156). Sum of RGB (Red+Green+Blue) = 190+21+156=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE159C is #41EA63. Grayscale: #565656. Windows color (decimal): -4319844 or 10229182. OLE color: 10229182.

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

Color convert

RGB19021156-
CMYK00.890.180.25
HSL312.07º80.09%41.37%-
HSV(B)312.07º88.95%74.51%-
XYZ27.513.8832.68-
YUV86.92166.99201.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=51.77%
G=5.72%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902115600.890.180.25312.0780.0941.37
HexBE159C05912191385029
Octal276252340131223147012051
Binary1011111010101100111000101100110010110011001110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE159C; }

 p { color: rgb(190,21,156); }

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

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

 a { background-color: rgb(190,21,156); }

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

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

 span { border-color: rgb(190,21,156); }

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