#B1508E

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

Shades of Mulberry #B1508E

Tints of Mulberry #B1508E

Color information

#B1508E (or 0xB1508E) is unknown color: approx Mulberry. HEX triplet: B1, 50 and 8E. RGB value is (177,80,142). Sum of RGB (Red+Green+Blue) = 177+80+142=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1508E is #4EAF71. Grayscale: #737373. Windows color (decimal): -5156722 or 9326769. OLE color: 9326769.

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

Color convert

RGB17780142-
CMYK00.550.200.31
HSL321.65º38.34%50.39%-
HSV(B)321.65º54.8%69.41%-
XYZ25.8817.0427.52-
YUV116.07142.64171.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=44.36%
G=20.05%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778014200.550.200.31321.6538.3450.39
HexB1508E037141F1422632
Octal26112021606724375024662
Binary1011000110100001000111001101111010011111101000010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1508E; }

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

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

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

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

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

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

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

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