#B25492

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

Shades of Mulberry #B25492

Tints of Mulberry #B25492

Color information

#B25492 (or 0xB25492) is unknown color: approx Mulberry. HEX triplet: B2, 54 and 92. RGB value is (178,84,146). Sum of RGB (Red+Green+Blue) = 178+84+146=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B25492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25492 is #4DAB6D. Grayscale: #777777. Windows color (decimal): -5090158 or 9589938. OLE color: 9589938.

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

Color convert

RGB17884146-
CMYK00.530.180.30
HSL320.43º37.9%51.37%-
HSV(B)320.43º52.81%69.8%-
XYZ26.7217.8829.24-
YUV119.17143.14169.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=43.63%
G=20.59%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788414600.530.180.30320.4337.951.37
HexB25492035121E1402633
Octal26212422206522365004663
Binary1011001010101001001001001101011001011110101000000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25492; }

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

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

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

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

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

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

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

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