#BE5192

Color #BE5192 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BE5192

Tints of Mulberry #BE5192

Color information

#BE5192 (or 0xBE5192) is unknown color: approx Mulberry. HEX triplet: BE, 51 and 92. RGB value is (190,81,146). Sum of RGB (Red+Green+Blue) = 190+81+146=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5192 is #41AE6D. Grayscale: #787878. Windows color (decimal): -4304494 or 9589182. OLE color: 9589182.

HSL color Cylindrical-coordinate representation of color #BE5192: hue angle of 324.22º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5192 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19081146-
CMYK00.570.230.25
HSL324.22º45.61%53.14%-
HSV(B)324.22º57.37%74.51%-
XYZ29.3718.9129.3-
YUV121142.11177.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=45.56%
G=19.42%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908114600.570.230.25324.2245.6153.14
HexBE519203917191442e35
Octal27612122207127315045665
Binary1011111010100011001001001110011011111001101000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5192; }

 p { color: rgb(190,81,146); }

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

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

 a { background-color: rgb(190,81,146); }

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

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

 span { border-color: rgb(190,81,146); }

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