#B25993

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

Shades of Mulberry #B25993

Tints of Mulberry #B25993

Color information

#B25993 (or 0xB25993) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 93. RGB value is (178,89,147). Sum of RGB (Red+Green+Blue) = 178+89+147=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B25993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25993 is #4DA66C. Grayscale: #7A7A7A. Windows color (decimal): -5088877 or 9656754. OLE color: 9656754.

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

Color convert

RGB17889147-
CMYK00.50.170.30
HSL320.9º36.63%52.35%-
HSV(B)320.9º50%69.8%-
XYZ27.218.7229.78-
YUV122.22141.99167.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=43.00%
G=21.50%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788914700.50.170.30320.936.6352.35
HexB25993032111E1412534
Octal26213122306221365014564
Binary1011001010110011001001101100101000111110101000001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25993; }

 p { color: rgb(178,89,147); }

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

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

 a { background-color: rgb(178,89,147); }

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

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

 span { border-color: rgb(178,89,147); }

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