#B4539B

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

Shades of Mulberry #B4539B

Tints of Mulberry #B4539B

Color information

#B4539B (or 0xB4539B) is unknown color: approx Mulberry. HEX triplet: B4, 53 and 9B. RGB value is (180,83,155). Sum of RGB (Red+Green+Blue) = 180+83+155=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4539B is #4BAC64. Grayscale: #787878. Windows color (decimal): -4959333 or 10179508. OLE color: 10179508.

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

Color convert

RGB18083155-
CMYK00.540.140.29
HSL315.46º39.27%51.57%-
HSV(B)315.46º53.89%70.59%-
XYZ27.8318.2633.07-
YUV120.21147.64170.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=43.06%
G=19.86%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808315500.540.140.29315.4639.2751.57
HexB4539B036E1D13b2734
Octal26412323306616354734764
Binary101101001010011100110110110110111011101100111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4539B; }

 p { color: rgb(180,83,155); }

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

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

 a { background-color: rgb(180,83,155); }

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

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

 span { border-color: rgb(180,83,155); }

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