#B4538E

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

Shades of Mulberry #B4538E

Tints of Mulberry #B4538E

Color information

#B4538E (or 0xB4538E) is unknown color: approx Mulberry. HEX triplet: B4, 53 and 8E. RGB value is (180,83,142). Sum of RGB (Red+Green+Blue) = 180+83+142=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4538E is #4BAC71. Grayscale: #767676. Windows color (decimal): -4959346 or 9327540. OLE color: 9327540.

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

Color convert

RGB18083142-
CMYK00.540.210.29
HSL323.51º39.27%51.57%-
HSV(B)323.51º53.89%70.59%-
XYZ26.817.8427.62-
YUV118.73141.14171.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=44.44%
G=20.49%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808314200.540.210.29323.5139.2751.57
HexB4538E036151D1442734
Octal26412321606625355044764
Binary1011010010100111000111001101101010111101101000100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4538E; }

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

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

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

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

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

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

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

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