#B4539C

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

Shades of Mulberry #B4539C

Tints of Mulberry #B4539C

Color information

#B4539C (or 0xB4539C) is unknown color: approx Mulberry. HEX triplet: B4, 53 and 9C. RGB value is (180,83,156). Sum of RGB (Red+Green+Blue) = 180+83+156=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4539C is #4BAC63. Grayscale: #787878. Windows color (decimal): -4959332 or 10245044. OLE color: 10245044.

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

Color convert

RGB18083156-
CMYK00.540.130.29
HSL314.85º39.27%51.57%-
HSV(B)314.85º53.89%70.59%-
XYZ27.9218.2933.51-
YUV120.32148.14170.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=42.96%
G=19.81%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808315600.540.130.29314.8539.2751.57
HexB4539C036D1D13b2734
Octal26412323406615354734764
Binary101101001010011100111000110110110111101100111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4539C; }

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

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

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

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

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

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

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

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