#B45C95

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

Shades of Mulberry #B45C95

Tints of Mulberry #B45C95

Color information

#B45C95 (or 0xB45C95) is unknown color: approx Mulberry. HEX triplet: B4, 5C and 95. RGB value is (180,92,149). Sum of RGB (Red+Green+Blue) = 180+92+149=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C95 is #4BA36A. Grayscale: #7C7C7C. Windows color (decimal): -4957035 or 9788596. OLE color: 9788596.

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

Color convert

RGB18092149-
CMYK00.490.170.29
HSL321.14º36.97%53.33%-
HSV(B)321.14º48.89%70.59%-
XYZ28.0719.5330.72-
YUV124.81141.65167.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=42.76%
G=21.85%
B=35.39%

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
Decimal1809214900.490.170.29321.1436.9753.33
HexB45C95031111D1412535
Octal26413422506121355014565
Binary1011010010111001001010101100011000111101101000001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C95; }

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

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

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

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

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

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

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

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