#B5609B

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

Shades of Mulberry #B5609B

Tints of Mulberry #B5609B

Color information

#B5609B (or 0xB5609B) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 9B. RGB value is (181,96,155). Sum of RGB (Red+Green+Blue) = 181+96+155=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5609B is #4A9F64. Grayscale: #7F7F7F. Windows color (decimal): -4890469 or 10182837. OLE color: 10182837.

HSL color Cylindrical-coordinate representation of color #B5609B: hue angle of 318.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5609B is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18196155-
CMYK00.470.140.29
HSL318.35º36.48%54.31%-
HSV(B)318.35º46.96%70.98%-
XYZ29.1620.5633.44-
YUV128.14143.16165.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=41.90%
G=22.22%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819615500.470.140.29318.3536.4854.31
HexB5609B02FE1D13e2436
Octal26514023305716354764466
Binary101101011100000100110110101111111011101100111110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5609B; }

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

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

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

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

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

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

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

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