#B14D8D

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

Shades of Mulberry #B14D8D

Tints of Mulberry #B14D8D

Color information

#B14D8D (or 0xB14D8D) is unknown color: approx Mulberry. HEX triplet: B1, 4D and 8D. RGB value is (177,77,141). Sum of RGB (Red+Green+Blue) = 177+77+141=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D8D is #4EB272. Grayscale: #727272. Windows color (decimal): -5157491 or 9260465. OLE color: 9260465.

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

Color convert

RGB17777141-
CMYK00.560.200.31
HSL321.6º39.37%49.8%-
HSV(B)321.6º56.5%69.41%-
XYZ25.5916.5827.05-
YUV114.2143.13172.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=44.81%
G=19.49%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777714100.560.200.31321.639.3749.8
HexB14D8D038141F1422732
Octal26111521507024375024762
Binary1011000110011011000110101110001010011111101000010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D8D; }

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

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

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

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

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

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

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

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