#B1538D

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

Shades of Mulberry #B1538D

Tints of Mulberry #B1538D

Color information

#B1538D (or 0xB1538D) is unknown color: approx Mulberry. HEX triplet: B1, 53 and 8D. RGB value is (177,83,141). Sum of RGB (Red+Green+Blue) = 177+83+141=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1538D is #4EAC72. Grayscale: #757575. Windows color (decimal): -5155955 or 9262001. OLE color: 9262001.

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

Color convert

RGB17783141-
CMYK00.530.200.31
HSL322.98º37.6%50.98%-
HSV(B)322.98º53.11%69.41%-
XYZ26.0317.4627.2-
YUV117.72141.14170.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 141 (55.47% from 255) = 35.16%
R=44.14%
G=20.70%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778314100.530.200.31322.9837.650.98
HexB1538D035141F1432633
Octal26112321506524375034663
Binary1011000110100111000110101101011010011111101000011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1538D; }

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

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

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

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

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

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

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

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