#B1508F

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

Shades of Mulberry #B1508F

Tints of Mulberry #B1508F

Color information

#B1508F (or 0xB1508F) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 8F. RGB value is (177,80,143). Sum of RGB (Red+Green+Blue) = 177+80+143=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1508F is #4EAF70. Grayscale: #747474. Windows color (decimal): -5156721 or 9392305. OLE color: 9392305.

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

Color convert

RGB17780143-
CMYK00.550.190.31
HSL321.03º38.34%50.39%-
HSV(B)321.03º54.8%69.41%-
XYZ25.9617.0727.91-
YUV116.18143.14171.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.25%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=44.25%
G=20%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778014300.550.190.31321.0338.3450.39
HexB1508F037131F1412632
Octal26112021706723375014662
Binary1011000110100001000111101101111001111111101000001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1508F; }

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

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

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

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

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

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

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

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