#B1528F

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

Shades of Mulberry #B1528F

Tints of Mulberry #B1528F

Color information

#B1528F (or 0xB1528F) is unknown color: approx Mulberry. HEX triplet: B1, 52 and 8F. RGB value is (177,82,143). Sum of RGB (Red+Green+Blue) = 177+82+143=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1528F is #4EAD70. Grayscale: #757575. Windows color (decimal): -5156209 or 9392817. OLE color: 9392817.

HSL color Cylindrical-coordinate representation of color #B1528F: hue angle of 321.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1528F is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17782143-
CMYK00.540.190.31
HSL321.47º37.85%50.78%-
HSV(B)321.47º53.67%69.41%-
XYZ26.1117.3627.96-
YUV117.36142.47170.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=44.03%
G=20.40%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778214300.540.190.31321.4737.8550.78
HexB1528F036131F1412633
Octal26112221706623375014663
Binary1011000110100101000111101101101001111111101000001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1528F; }

 p { color: rgb(177,82,143); }

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

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

 a { background-color: rgb(177,82,143); }

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

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

 span { border-color: rgb(177,82,143); }

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