#B45998

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

Shades of Mulberry #B45998

Tints of Mulberry #B45998

Color information

#B45998 (or 0xB45998) is unknown color: approx Mulberry. HEX triplet: B4, 59 and 98. RGB value is (180,89,152). Sum of RGB (Red+Green+Blue) = 180+89+152=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B45998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45998 is #4BA667. Grayscale: #7B7B7B. Windows color (decimal): -4957800 or 9984436. OLE color: 9984436.

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

Color convert

RGB18089152-
CMYK00.510.160.29
HSL318.46º37.76%52.75%-
HSV(B)318.46º50.56%70.59%-
XYZ28.0619.1231.92-
YUV123.39144.15168.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=42.76%
G=21.14%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808915200.510.160.29318.4637.7652.75
HexB45998033101D13e2635
Octal26413123006320354764665
Binary1011010010110011001100001100111000011101100111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45998; }

 p { color: rgb(180,89,152); }

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

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

 a { background-color: rgb(180,89,152); }

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

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

 span { border-color: rgb(180,89,152); }

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