#B1508B

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

Shades of Mulberry #B1508B

Tints of Mulberry #B1508B

Color information

#B1508B (or 0xB1508B) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 8B. RGB value is (177,80,139). Sum of RGB (Red+Green+Blue) = 177+80+139=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1508B is #4EAF74. Grayscale: #737373. Windows color (decimal): -5156725 or 9130161. OLE color: 9130161.

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

Color convert

RGB17780139-
CMYK00.550.210.31
HSL323.51º38.34%50.39%-
HSV(B)323.51º54.8%69.41%-
XYZ25.6616.9526.35-
YUV115.73141.14171.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=44.70%
G=20.20%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778013900.550.210.31323.5138.3450.39
HexB1508B037151F1442632
Octal26112021306725375044662
Binary1011000110100001000101101101111010111111101000100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1508B; }

 p { color: rgb(177,80,139); }

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

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

 a { background-color: rgb(177,80,139); }

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

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

 span { border-color: rgb(177,80,139); }

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