#B25594

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

Shades of Mulberry #B25594

Tints of Mulberry #B25594

Color information

#B25594 (or 0xB25594) is unknown color: approx Mulberry. HEX triplet: B2, 55 and 94. RGB value is (178,85,148). Sum of RGB (Red+Green+Blue) = 178+85+148=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B25594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25594 is #4DAA6B. Grayscale: #777777. Windows color (decimal): -5089900 or 9721266. OLE color: 9721266.

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

Color convert

RGB17885148-
CMYK00.520.170.30
HSL319.35º37.65%51.57%-
HSV(B)319.35º52.25%69.8%-
XYZ26.9518.130.09-
YUV119.99143.81169.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 85 (33.59% from 255) = 20.68%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=43.31%
G=20.68%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788514800.520.170.30319.3537.6551.57
HexB25594034111E13f2634
Octal26212522406421364774664
Binary1011001010101011001010001101001000111110100111111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25594; }

 p { color: rgb(178,85,148); }

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

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

 a { background-color: rgb(178,85,148); }

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

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

 span { border-color: rgb(178,85,148); }

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