#B4509D

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

Shades of Mulberry #B4509D

Tints of Mulberry #B4509D

Color information

#B4509D (or 0xB4509D) is unknown color: approx Mulberry. HEX triplet: B4, 50 and 9D. RGB value is (180,80,157). Sum of RGB (Red+Green+Blue) = 180+80+157=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4509D is #4BAF62. Grayscale: #767676. Windows color (decimal): -4960099 or 10309812. OLE color: 10309812.

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

Color convert

RGB18080157-
CMYK00.560.130.29
HSL313.8º40%50.98%-
HSV(B)313.8º55.56%70.59%-
XYZ27.7817.8733.88-
YUV118.68149.63171.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=43.17%
G=19.18%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808015700.560.130.29313.84050.98
HexB4509D038D1D13a2833
Octal26412023507015354725063
Binary101101001010000100111010111000110111101100111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4509D; }

 p { color: rgb(180,80,157); }

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

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

 a { background-color: rgb(180,80,157); }

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

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

 span { border-color: rgb(180,80,157); }

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