#B25992

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

Shades of Mulberry #B25992

Tints of Mulberry #B25992

Color information

#B25992 (or 0xB25992) is unknown color: approx Mulberry. HEX triplet: B2, 59 and 92. RGB value is (178,89,146). Sum of RGB (Red+Green+Blue) = 178+89+146=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25992 is #4DA66D. Grayscale: #797979. Windows color (decimal): -5088878 or 9591218. OLE color: 9591218.

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

Color convert

RGB17889146-
CMYK00.50.180.30
HSL321.57º36.63%52.35%-
HSV(B)321.57º50%69.8%-
XYZ27.1218.6929.37-
YUV122.11141.49167.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=43.10%
G=21.55%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788914600.50.180.30321.5736.6352.35
HexB25992032121E1422534
Octal26213122206222365024564
Binary1011001010110011001001001100101001011110101000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25992; }

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

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

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

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

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

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

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

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