#B5509B

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

Shades of Mulberry #B5509B

Tints of Mulberry #B5509B

Color information

#B5509B (or 0xB5509B) is unknown color: approx Mulberry. HEX triplet: B5, 50 and 9B. RGB value is (181,80,155). Sum of RGB (Red+Green+Blue) = 181+80+155=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B5509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5509B is #4AAF64. Grayscale: #767676. Windows color (decimal): -4894565 or 10178741. OLE color: 10178741.

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

Color convert

RGB18180155-
CMYK00.560.140.29
HSL315.45º40.56%51.18%-
HSV(B)315.45º55.8%70.98%-
XYZ27.8417.9333-
YUV118.75148.46172.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=43.51%
G=19.23%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818015500.560.140.29315.4540.5651.18
HexB5509B038E1D13b2933
Octal26512023307016354735163
Binary101101011010000100110110111000111011101100111011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5509B; }

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

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

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

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

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

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

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

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