#B45B98

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

Shades of Mulberry #B45B98

Tints of Mulberry #B45B98

Color information

#B45B98 (or 0xB45B98) is unknown color: approx Mulberry. HEX triplet: B4, 5B and 98. RGB value is (180,91,152). Sum of RGB (Red+Green+Blue) = 180+91+152=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B98 is #4BA467. Grayscale: #7C7C7C. Windows color (decimal): -4957288 or 9984948. OLE color: 9984948.

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

Color convert

RGB18091152-
CMYK00.490.160.29
HSL318.88º37.24%53.14%-
HSV(B)318.88º49.44%70.59%-
XYZ28.2319.4531.97-
YUV124.56143.49167.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 152 (59.77% from 255) = 35.93%
R=42.55%
G=21.51%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809115200.490.160.29318.8837.2453.14
HexB45B98031101D13f2535
Octal26413323006120354774565
Binary1011010010110111001100001100011000011101100111111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B98; }

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

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

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

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

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

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

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

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