#B25394

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

Shades of Mulberry #B25394

Tints of Mulberry #B25394

Color information

#B25394 (or 0xB25394) is unknown color: approx Mulberry. HEX triplet: B2, 53 and 94. RGB value is (178,83,148). Sum of RGB (Red+Green+Blue) = 178+83+148=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25394 is #4DAC6B. Grayscale: #767676. Windows color (decimal): -5090412 or 9720754. OLE color: 9720754.

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

Color convert

RGB17883148-
CMYK00.530.170.30
HSL318.95º38.15%51.18%-
HSV(B)318.95º53.37%69.8%-
XYZ26.817.7930.04-
YUV118.82144.47170.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 83 (32.81% from 255) = 20.29%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=43.52%
G=20.29%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788314800.530.170.30318.9538.1551.18
HexB25394035111E13f2633
Octal26212322406521364774663
Binary1011001010100111001010001101011000111110100111111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25394; }

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

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

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

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

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

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

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

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