#B45C99

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

Shades of Mulberry #B45C99

Tints of Mulberry #B45C99

Color information

#B45C99 (or 0xB45C99) is unknown color: approx Mulberry. HEX triplet: B4, 5C and 99. RGB value is (180,92,153). Sum of RGB (Red+Green+Blue) = 180+92+153=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C99 is #4BA366. Grayscale: #7D7D7D. Windows color (decimal): -4957031 or 10050740. OLE color: 10050740.

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

Color convert

RGB18092153-
CMYK00.490.150.29
HSL318.41º36.97%53.33%-
HSV(B)318.41º48.89%70.59%-
XYZ28.419.6632.43-
YUV125.27143.65167.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 153 (60.16% from 255) = 36%
R=42.35%
G=21.65%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809215300.490.150.29318.4136.9753.33
HexB45C99031F1D13e2535
Octal26413423106117354764565
Binary101101001011100100110010110001111111101100111110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C99; }

 p { color: rgb(180,92,153); }

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

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

 a { background-color: rgb(180,92,153); }

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

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

 span { border-color: rgb(180,92,153); }

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