#be509b

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

Shades of Mulberry #BE509B

Tints of Mulberry #BE509B

Color information

#BE509B (or 0xBE509B) is unknown color: approx Mulberry. HEX triplet: BE, 50 and 9B. RGB value is (190,80,155). Sum of RGB (Red+Green+Blue) = 190+80+155=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE509B is #41AF64. Grayscale: #797979. Windows color (decimal): -4304741 or 10178750. OLE color: 10178750.

HSL color Cylindrical-coordinate representation of color #BE509B: hue angle of 319.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE509B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19080155-
CMYK00.580.180.25
HSL319.09º45.83%52.94%-
HSV(B)319.09º57.89%74.51%-
XYZ30.0219.0533.11-
YUV121.44146.94176.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=44.71%
G=18.82%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908015500.580.180.25319.0945.8352.94
HexBE509B03A121913f2e35
Octal27612023307222314775665
Binary1011111010100001001101101110101001011001100111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be509b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be509b; }

 p { color: rgb(190,80,155); }

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

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

 a { background-color: rgb(190,80,155); }

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

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

 span { border-color: rgb(190,80,155); }

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