#B25B8F

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

Shades of Mulberry #B25B8F

Tints of Mulberry #B25B8F

Color information

#B25B8F (or 0xB25B8F) is unknown color: approx Mulberry. HEX triplet: B2, 5B and 8F. RGB value is (178,91,143). Sum of RGB (Red+Green+Blue) = 178+91+143=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25B8F is #4DA470. Grayscale: #7A7A7A. Windows color (decimal): -5088369 or 9395122. OLE color: 9395122.

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

Color convert

RGB17891143-
CMYK00.490.200.30
HSL324.14º36.1%52.75%-
HSV(B)324.14º48.88%69.8%-
XYZ27.0618.9328.21-
YUV122.94139.32167.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=43.20%
G=22.09%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789114300.490.200.30324.1436.152.75
HexB25B8F031141E1442435
Octal26213321706124365044465
Binary1011001010110111000111101100011010011110101000100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B8F; }

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

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

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

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

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

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

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

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