#B5488F

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

Shades of Mulberry #B5488F

Tints of Mulberry #B5488F

Color information

#B5488F (or 0xB5488F) is unknown color: approx Mulberry. HEX triplet: B5, 48 and 8F. RGB value is (181,72,143). Sum of RGB (Red+Green+Blue) = 181+72+143=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B5488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5488F is #4AB770. Grayscale: #707070. Windows color (decimal): -4896625 or 9390261. OLE color: 9390261.

HSL color Cylindrical-coordinate representation of color #B5488F: hue angle of 320.92º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5488F is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18172143-
CMYK00.600.210.29
HSL320.92º43.08%49.61%-
HSV(B)320.92º60.22%70.98%-
XYZ26.3316.4427.77-
YUV112.68145.11176.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 72 (28.52% from 255) = 18.18%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=45.71%
G=18.18%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817214300.600.210.29320.9243.0849.61
HexB5488F03C151D1412b32
Octal26511021707425355015362
Binary1011010110010001000111101111001010111101101000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5488F; }

 p { color: rgb(181,72,143); }

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

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

 a { background-color: rgb(181,72,143); }

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

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

 span { border-color: rgb(181,72,143); }

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