#B5489D

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

Shades of Mulberry #B5489D

Tints of Mulberry #B5489D

Color information

#B5489D (or 0xB5489D) is unknown color: approx Mulberry. HEX triplet: B5, 48 and 9D. RGB value is (181,72,157). Sum of RGB (Red+Green+Blue) = 181+72+157=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5489D is #4AB762. Grayscale: #727272. Windows color (decimal): -4896611 or 10307765. OLE color: 10307765.

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

Color convert

RGB18172157-
CMYK00.600.130.29
HSL313.21º43.08%49.61%-
HSV(B)313.21º60.22%70.98%-
XYZ27.4616.8933.71-
YUV114.28152.11175.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=44.15%
G=17.56%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817215700.600.130.29313.2143.0849.61
HexB5489D03CD1D1392b32
Octal26511023507415354715362
Binary101101011001000100111010111100110111101100111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5489D; }

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

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

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

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

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

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

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

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