#B25399

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

Shades of Mulberry #B25399

Tints of Mulberry #B25399

Color information

#B25399 (or 0xB25399) is unknown color: approx Mulberry. HEX triplet: B2, 53 and 99. RGB value is (178,83,153). Sum of RGB (Red+Green+Blue) = 178+83+153=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B25399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25399 is #4DAC66. Grayscale: #777777. Windows color (decimal): -5090407 or 10048434. OLE color: 10048434.

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

Color convert

RGB17883153-
CMYK00.530.140.30
HSL315.79º38.15%51.18%-
HSV(B)315.79º53.37%69.8%-
XYZ27.217.9532.17-
YUV119.38146.97169.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=43.00%
G=20.05%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788315300.530.140.30315.7938.1551.18
HexB25399035E1E13c2633
Octal26212323106516364744663
Binary101100101010011100110010110101111011110100111100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25399; }

 p { color: rgb(178,83,153); }

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

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

 a { background-color: rgb(178,83,153); }

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

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

 span { border-color: rgb(178,83,153); }

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