#BE549E

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

Shades of Mulberry #BE549E

Tints of Mulberry #BE549E

Color information

#BE549E (or 0xBE549E) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 9E. RGB value is (190,84,158). Sum of RGB (Red+Green+Blue) = 190+84+158=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE549E is #41AB61. Grayscale: #7B7B7B. Windows color (decimal): -4303714 or 10376382. OLE color: 10376382.

HSL color Cylindrical-coordinate representation of color #BE549E: hue angle of 318.11º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE549E is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19084158-
CMYK00.560.170.25
HSL318.11º44.92%53.73%-
HSV(B)318.11º55.79%74.51%-
XYZ30.5819.7634.55-
YUV124.13147.12174.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=43.98%
G=19.44%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908415800.560.170.25318.1144.9253.73
HexBE549E038111913e2d36
Octal27612423607021314765566
Binary1011111010101001001111001110001000111001100111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE549E; }

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

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

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

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

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

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

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

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