#B14C8E

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

Shades of Mulberry #B14C8E

Tints of Mulberry #B14C8E

Color information

#B14C8E (or 0xB14C8E) is unknown color: approx Mulberry. HEX triplet: B1, 4C and 8E. RGB value is (177,76,142). Sum of RGB (Red+Green+Blue) = 177+76+142=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C8E is #4EB371. Grayscale: #717171. Windows color (decimal): -5157746 or 9325745. OLE color: 9325745.

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

Color convert

RGB17776142-
CMYK00.570.200.31
HSL320.79º39.92%49.61%-
HSV(B)320.79º57.06%69.41%-
XYZ25.616.4727.42-
YUV113.72143.96173.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=44.81%
G=19.24%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777614200.570.200.31320.7939.9249.61
HexB14C8E039141F1412832
Octal26111421607124375015062
Binary1011000110011001000111001110011010011111101000001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C8E; }

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

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

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

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

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

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

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

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