#BE5195

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

Shades of Mulberry #BE5195

Tints of Mulberry #BE5195

Color information

#BE5195 (or 0xBE5195) is unknown color: approx Mulberry. HEX triplet: BE, 51 and 95. RGB value is (190,81,149). Sum of RGB (Red+Green+Blue) = 190+81+149=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5195 is #41AE6A. Grayscale: #797979. Windows color (decimal): -4304491 or 9785790. OLE color: 9785790.

HSL color Cylindrical-coordinate representation of color #BE5195: hue angle of 322.57º 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 #BE5195 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19081149-
CMYK00.570.220.25
HSL322.57º45.61%53.14%-
HSV(B)322.57º57.37%74.51%-
XYZ29.61930.54-
YUV121.34143.61176.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=45.24%
G=19.29%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908114900.570.220.25322.5745.6153.14
HexBE519503916191432e35
Octal27612122507126315035665
Binary1011111010100011001010101110011011011001101000011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5195; }

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

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

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

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

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

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

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

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