#B45191

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

Shades of Mulberry #B45191

Tints of Mulberry #B45191

Color information

#B45191 (or 0xB45191) is unknown color: approx Mulberry. HEX triplet: B4, 51 and 91. RGB value is (180,81,145). Sum of RGB (Red+Green+Blue) = 180+81+145=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B45191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45191 is #4BAE6E. Grayscale: #757575. Windows color (decimal): -4959855 or 9523636. OLE color: 9523636.

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

Color convert

RGB18081145-
CMYK00.550.190.29
HSL321.21º39.76%51.18%-
HSV(B)321.21º55%70.59%-
XYZ26.8817.6328.77-
YUV117.9143.3172.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=44.33%
G=19.95%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808114500.550.190.29321.2139.7651.18
HexB45191037131D1412833
Octal26412122106723355015063
Binary1011010010100011001000101101111001111101101000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45191; }

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

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

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

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

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

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

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

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