#B14D8B

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

Shades of Mulberry #B14D8B

Tints of Mulberry #B14D8B

Color information

#B14D8B (or 0xB14D8B) is unknown color: approx Mulberry. HEX triplet: B1, 4D and 8B. RGB value is (177,77,139). Sum of RGB (Red+Green+Blue) = 177+77+139=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D8B is #4EB274. Grayscale: #717171. Windows color (decimal): -5157493 or 9129393. OLE color: 9129393.

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

Color convert

RGB17777139-
CMYK00.560.210.31
HSL322.8º39.37%49.8%-
HSV(B)322.8º56.5%69.41%-
XYZ25.4516.5226.27-
YUV113.97142.13172.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=45.04%
G=19.59%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777713900.560.210.31322.839.3749.8
HexB14D8B038151F1432732
Octal26111521307025375034762
Binary1011000110011011000101101110001010111111101000011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D8B; }

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

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

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

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

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

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

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

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