#BE5B98

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

Shades of Mulberry #BE5B98

Tints of Mulberry #BE5B98

Color information

#BE5B98 (or 0xBE5B98) is unknown color: approx Mulberry. HEX triplet: BE, 5B and 98. RGB value is (190,91,152). Sum of RGB (Red+Green+Blue) = 190+91+152=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5B98 is #41A467. Grayscale: #7F7F7F. Windows color (decimal): -4301928 or 9984958. OLE color: 9984958.

HSL color Cylindrical-coordinate representation of color #BE5B98: hue angle of 323.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5B98 is Cyan = 0, Magento = 0.52, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB19091152-
CMYK00.520.20.25
HSL323.03º43.23%55.1%-
HSV(B)323.03º52.11%74.51%-
XYZ30.6420.732.09-
YUV127.56141.8172.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=43.88%
G=21.02%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909115200.520.20.25323.0343.2355.1
HexBE5B9803414191432b37
Octal27613323006424315035367
Binary1011111010110111001100001101001010011001101000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B98; }

 p { color: rgb(190,91,152); }

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

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

 a { background-color: rgb(190,91,152); }

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

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

 span { border-color: rgb(190,91,152); }

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