#B25790

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

Shades of Mulberry #B25790

Tints of Mulberry #B25790

Color information

#B25790 (or 0xB25790) is unknown color: approx Mulberry. HEX triplet: B2, 57 and 90. RGB value is (178,87,144). Sum of RGB (Red+Green+Blue) = 178+87+144=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B25790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25790 is #4DA86F. Grayscale: #787878. Windows color (decimal): -5089392 or 9459634. OLE color: 9459634.

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

Color convert

RGB17887144-
CMYK00.510.190.30
HSL322.42º37.14%51.96%-
HSV(B)322.42º51.12%69.8%-
XYZ26.818.2928.5-
YUV120.71141.15168.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=43.52%
G=21.27%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788714400.510.190.30322.4237.1451.96
HexB25790033131E1422534
Octal26212722006323365024564
Binary1011001010101111001000001100111001111110101000010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25790; }

 p { color: rgb(178,87,144); }

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

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

 a { background-color: rgb(178,87,144); }

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

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

 span { border-color: rgb(178,87,144); }

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