#B25788

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

Shades of Mulberry #B25788

Tints of Mulberry #B25788

Color information

#B25788 (or 0xB25788) is unknown color: approx Mulberry. HEX triplet: B2, 57 and 88. RGB value is (178,87,136). Sum of RGB (Red+Green+Blue) = 178+87+136=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B25788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25788 is #4DA877. Grayscale: #777777. Windows color (decimal): -5089400 or 8935346. OLE color: 8935346.

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

Color convert

RGB17887136-
CMYK00.510.240.30
HSL327.69º37.14%51.96%-
HSV(B)327.69º51.12%69.8%-
XYZ26.2118.0625.4-
YUV119.8137.15169.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=44.39%
G=21.70%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788713600.510.240.30327.6937.1451.96
HexB25788033181E1482534
Octal26212721006330365104564
Binary1011001010101111000100001100111100011110101001000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25788; }

 p { color: rgb(178,87,136); }

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

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

 a { background-color: rgb(178,87,136); }

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

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

 span { border-color: rgb(178,87,136); }

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