#B5459D

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

Shades of Mulberry #B5459D

Tints of Mulberry #B5459D

Color information

#B5459D (or 0xB5459D) is unknown color: approx Mulberry. HEX triplet: B5, 45 and 9D. RGB value is (181,69,157). Sum of RGB (Red+Green+Blue) = 181+69+157=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5459D is #4ABA62. Grayscale: #707070. Windows color (decimal): -4897379 or 10306997. OLE color: 10306997.

HSL color Cylindrical-coordinate representation of color #B5459D: hue angle of 312.86º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5459D is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18169157-
CMYK00.620.130.29
HSL312.86º44.8%49.02%-
HSV(B)312.86º61.88%70.98%-
XYZ27.2716.5133.65-
YUV112.52153.11176.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=44.47%
G=16.95%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816915700.620.130.29312.8644.849.02
HexB5459D03ED1D1392d31
Octal26510523507615354715561
Binary101101011000101100111010111110110111101100111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5459D; }

 p { color: rgb(181,69,157); }

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

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

 a { background-color: rgb(181,69,157); }

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

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

 span { border-color: rgb(181,69,157); }

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