#B1538C

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

Shades of Mulberry #B1538C

Tints of Mulberry #B1538C

Color information

#B1538C (or 0xB1538C) is unknown color: approx Mulberry. HEX triplet: B1, 53 and 8C. RGB value is (177,83,140). Sum of RGB (Red+Green+Blue) = 177+83+140=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1538C is #4EAC73. Grayscale: #757575. Windows color (decimal): -5155956 or 9196465. OLE color: 9196465.

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

Color convert

RGB17783140-
CMYK00.530.210.31
HSL323.62º37.6%50.98%-
HSV(B)323.62º53.11%69.41%-
XYZ25.9617.4326.81-
YUV117.6140.64170.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 83 (32.81% from 255) = 20.75%
BLUE value IS 140 (55.08% from 255) = 35%
R=44.25%
G=20.75%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778314000.530.210.31323.6237.650.98
HexB1538C035151F1442633
Octal26112321406525375044663
Binary1011000110100111000110001101011010111111101000100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1538C; }

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

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

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

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

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

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

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

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