#B25B8A

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

Shades of Mulberry #B25B8A

Tints of Mulberry #B25B8A

Color information

#B25B8A (or 0xB25B8A) is unknown color: approx Mulberry. HEX triplet: B2, 5B and 8A. RGB value is (178,91,138). Sum of RGB (Red+Green+Blue) = 178+91+138=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B8A is #4DA475. Grayscale: #7A7A7A. Windows color (decimal): -5088374 or 9067442. OLE color: 9067442.

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

Color convert

RGB17891138-
CMYK00.490.220.30
HSL327.59º36.1%52.75%-
HSV(B)327.59º48.88%69.8%-
XYZ26.6918.7826.26-
YUV122.37136.82167.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=43.73%
G=22.36%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789113800.490.220.30327.5936.152.75
HexB25B8A031161E1482435
Octal26213321206126365104465
Binary1011001010110111000101001100011011011110101001000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B8A; }

 p { color: rgb(178,91,138); }

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

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

 a { background-color: rgb(178,91,138); }

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

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

 span { border-color: rgb(178,91,138); }

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