#B1538F

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

Shades of Mulberry #B1538F

Tints of Mulberry #B1538F

Color information

#B1538F (or 0xB1538F) is unknown color: approx Mulberry. HEX triplet: B1, 53 and 8F. RGB value is (177,83,143). Sum of RGB (Red+Green+Blue) = 177+83+143=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1538F is #4EAC70. Grayscale: #757575. Windows color (decimal): -5155953 or 9393073. OLE color: 9393073.

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

Color convert

RGB17783143-
CMYK00.530.190.31
HSL321.7º37.6%50.98%-
HSV(B)321.7º53.11%69.41%-
XYZ26.1817.5227.99-
YUV117.95142.14170.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=43.92%
G=20.60%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778314300.530.190.31321.737.650.98
HexB1538F035131F1422633
Octal26112321706523375024663
Binary1011000110100111000111101101011001111111101000010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1538F; }

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

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

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

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

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

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

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

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