#BE5C9E

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

Shades of Mulberry #BE5C9E

Tints of Mulberry #BE5C9E

Color information

#BE5C9E (or 0xBE5C9E) is unknown color: approx Mulberry. HEX triplet: BE, 5C and 9E. RGB value is (190,92,158). Sum of RGB (Red+Green+Blue) = 190+92+158=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C9E is #41A361. Grayscale: #808080. Windows color (decimal): -4301666 or 10378430. OLE color: 10378430.

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

Color convert

RGB19092158-
CMYK00.520.170.25
HSL319.59º42.98%55.29%-
HSV(B)319.59º51.58%74.51%-
XYZ31.2321.0734.77-
YUV128.83144.47171.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=43.18%
G=20.91%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909215800.520.170.25319.5942.9855.29
HexBE5C9E03411191402b37
Octal27613423606421315005367
Binary1011111010111001001111001101001000111001101000000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C9E; }

 p { color: rgb(190,92,158); }

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

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

 a { background-color: rgb(190,92,158); }

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

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

 span { border-color: rgb(190,92,158); }

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