#B25188

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

Shades of Mulberry #B25188

Tints of Mulberry #B25188

Color information

#B25188 (or 0xB25188) is unknown color: approx Mulberry. HEX triplet: B2, 51 and 88. RGB value is (178,81,136). Sum of RGB (Red+Green+Blue) = 178+81+136=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B25188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25188 is #4DAE77. Grayscale: #747474. Windows color (decimal): -5090936 or 8933810. OLE color: 8933810.

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

Color convert

RGB17881136-
CMYK00.540.240.30
HSL325.98º38.65%50.78%-
HSV(B)325.98º54.49%69.8%-
XYZ25.7517.1325.24-
YUV116.27139.14172.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 81 (32.03% from 255) = 20.51%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=45.06%
G=20.51%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788113600.540.240.30325.9838.6550.78
HexB25188036181E1462733
Octal26212121006630365064763
Binary1011001010100011000100001101101100011110101000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25188; }

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

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

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

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

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

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

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

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