#B25491

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

Shades of Mulberry #B25491

Tints of Mulberry #B25491

Color information

#B25491 (or 0xB25491) is unknown color: approx Mulberry. HEX triplet: B2, 54 and 91. RGB value is (178,84,145). Sum of RGB (Red+Green+Blue) = 178+84+145=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25491 is #4DAB6E. Grayscale: #767676. Windows color (decimal): -5090159 or 9524402. OLE color: 9524402.

HSL color Cylindrical-coordinate representation of color #B25491: hue angle of 321.06º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25491 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17884145-
CMYK00.530.190.30
HSL321.06º37.9%51.37%-
HSV(B)321.06º52.81%69.8%-
XYZ26.6417.8528.83-
YUV119.06142.64170.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=43.73%
G=20.64%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788414500.530.190.30321.0637.951.37
HexB25491035131E1412633
Octal26212422106523365014663
Binary1011001010101001001000101101011001111110101000001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25491; }

 p { color: rgb(178,84,145); }

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

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

 a { background-color: rgb(178,84,145); }

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

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

 span { border-color: rgb(178,84,145); }

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