#B5509A

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

Shades of Mulberry #B5509A

Tints of Mulberry #B5509A

Color information

#B5509A (or 0xB5509A) is unknown color: approx Mulberry. HEX triplet: B5, 50 and 9A. RGB value is (181,80,154). Sum of RGB (Red+Green+Blue) = 181+80+154=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5509A is #4AAF65. Grayscale: #767676. Windows color (decimal): -4894566 or 10113205. OLE color: 10113205.

HSL color Cylindrical-coordinate representation of color #B5509A: hue angle of 316.04º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5509A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18180154-
CMYK00.560.150.29
HSL316.04º40.56%51.18%-
HSV(B)316.04º55.8%70.98%-
XYZ27.7617.8932.56-
YUV118.64147.96172.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=43.61%
G=19.28%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818015400.560.150.29316.0440.5651.18
HexB5509A038F1D13c2933
Octal26512023207017354745163
Binary101101011010000100110100111000111111101100111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5509A; }

 p { color: rgb(181,80,154); }

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

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

 a { background-color: rgb(181,80,154); }

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

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

 span { border-color: rgb(181,80,154); }

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