#B25495

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

Shades of Mulberry #B25495

Tints of Mulberry #B25495

Color information

#B25495 (or 0xB25495) is unknown color: approx Mulberry. HEX triplet: B2, 54 and 95. RGB value is (178,84,149). Sum of RGB (Red+Green+Blue) = 178+84+149=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25495 is #4DAB6A. Grayscale: #777777. Windows color (decimal): -5090155 or 9786546. OLE color: 9786546.

HSL color Cylindrical-coordinate representation of color #B25495: hue angle of 318.51º 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 #B25495 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17884149-
CMYK00.530.160.30
HSL318.51º37.9%51.37%-
HSV(B)318.51º52.81%69.8%-
XYZ26.9617.9830.48-
YUV119.52144.64169.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=43.31%
G=20.44%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788414900.530.160.30318.5137.951.37
HexB25495035101E13f2633
Octal26212422506520364774663
Binary1011001010101001001010101101011000011110100111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25495; }

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

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

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

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

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

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

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

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