#B45195

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

Shades of Mulberry #B45195

Tints of Mulberry #B45195

Color information

#B45195 (or 0xB45195) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 95. RGB value is (180,81,149). Sum of RGB (Red+Green+Blue) = 180+81+149=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B45195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45195 is #4BAE6A. Grayscale: #767676. Windows color (decimal): -4959851 or 9785780. OLE color: 9785780.

HSL color Cylindrical-coordinate representation of color #B45195: hue angle of 318.79º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45195 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18081149-
CMYK00.550.170.29
HSL318.79º39.76%51.18%-
HSV(B)318.79º55%70.59%-
XYZ27.1917.7630.43-
YUV118.35145.3171.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=43.90%
G=19.76%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808114900.550.170.29318.7939.7651.18
HexB45195037111D13f2833
Octal26412122506721354775063
Binary1011010010100011001010101101111000111101100111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45195; }

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

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

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

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

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

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

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

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