#B45C96

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

Shades of Mulberry #B45C96

Tints of Mulberry #B45C96

Color information

#B45C96 (or 0xB45C96) is unknown color: approx Mulberry. HEX triplet: B4, 5C and 96. RGB value is (180,92,150). Sum of RGB (Red+Green+Blue) = 180+92+150=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C96 is #4BA369. Grayscale: #7C7C7C. Windows color (decimal): -4957034 or 9854132. OLE color: 9854132.

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

Color convert

RGB18092150-
CMYK00.490.170.29
HSL320.45º36.97%53.33%-
HSV(B)320.45º48.89%70.59%-
XYZ28.1519.5631.15-
YUV124.92142.15167.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=42.65%
G=21.80%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809215000.490.170.29320.4536.9753.33
HexB45C96031111D1402535
Octal26413422606121355004565
Binary1011010010111001001011001100011000111101101000000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C96; }

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

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

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

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

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

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

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

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