#BE5392

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

Shades of Mulberry #BE5392

Tints of Mulberry #BE5392

Color information

#BE5392 (or 0xBE5392) is unknown color: approx Mulberry. HEX triplet: BE, 53 and 92. RGB value is (190,83,146). Sum of RGB (Red+Green+Blue) = 190+83+146=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5392 is #41AC6D. Grayscale: #7A7A7A. Windows color (decimal): -4303982 or 9589694. OLE color: 9589694.

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

Color convert

RGB19083146-
CMYK00.560.230.25
HSL324.67º45.15%53.53%-
HSV(B)324.67º56.32%74.51%-
XYZ29.5219.2129.35-
YUV122.18141.45176.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=45.35%
G=19.81%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908314600.560.230.25324.6745.1553.53
HexBE539203817191452d36
Octal27612322207027315055566
Binary1011111010100111001001001110001011111001101000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5392; }

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

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

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

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

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

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

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

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