#B45C93

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

Shades of Mulberry #B45C93

Tints of Mulberry #B45C93

Color information

#B45C93 (or 0xB45C93) is unknown color: approx Mulberry. HEX triplet: B4, 5C and 93. RGB value is (180,92,147). Sum of RGB (Red+Green+Blue) = 180+92+147=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C93 is #4BA36C. Grayscale: #7C7C7C. Windows color (decimal): -4957037 or 9657524. OLE color: 9657524.

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

Color convert

RGB18092147-
CMYK00.490.180.29
HSL322.5º36.97%53.33%-
HSV(B)322.5º48.89%70.59%-
XYZ27.9219.4629.89-
YUV124.58140.65167.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=42.96%
G=21.96%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809214700.490.180.29322.536.9753.33
HexB45C93031121D1422535
Octal26413422306122355024565
Binary1011010010111001001001101100011001011101101000010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C93; }

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

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

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

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

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

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

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

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