#B1478D

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

Shades of Mulberry #B1478D

Tints of Mulberry #B1478D

Color information

#B1478D (or 0xB1478D) is unknown color: approx Mulberry. HEX triplet: B1, 47 and 8D. RGB value is (177,71,141). Sum of RGB (Red+Green+Blue) = 177+71+141=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B1478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1478D is #4EB872. Grayscale: #6E6E6E. Windows color (decimal): -5159027 or 9258929. OLE color: 9258929.

HSL color Cylindrical-coordinate representation of color #B1478D: hue angle of 320.38º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1478D is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17771141-
CMYK00.600.200.31
HSL320.38º42.74%48.63%-
HSV(B)320.38º59.89%69.41%-
XYZ25.1915.7826.92-
YUV110.67145.12175.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 71 (28.12% from 255) = 18.25%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=45.50%
G=18.25%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777114100.600.200.31320.3842.7448.63
HexB1478D03C141F1402b31
Octal26110721507424375005361
Binary1011000110001111000110101111001010011111101000000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1478D; }

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

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

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

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

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

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

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

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