#B5439B

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

Shades of Mulberry #B5439B

Tints of Mulberry #B5439B

Color information

#B5439B (or 0xB5439B) is unknown color: approx Mulberry. HEX triplet: B5, 43 and 9B. RGB value is (181,67,155). Sum of RGB (Red+Green+Blue) = 181+67+155=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5439B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5439B is #4ABC64. Grayscale: #6E6E6E. Windows color (decimal): -4897893 or 10175413. OLE color: 10175413.

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

Color convert

RGB18167155-
CMYK00.630.140.29
HSL313.68º45.97%48.63%-
HSV(B)313.68º62.98%70.98%-
XYZ26.9816.232.72-
YUV111.12152.77177.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=44.91%
G=16.63%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816715500.630.140.29313.6845.9748.63
HexB5439B03FE1D13a2e31
Octal26510323307716354725661
Binary101101011000011100110110111111111011101100111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5439B; }

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

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

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

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

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

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

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

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