#B947A0

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

Shades of Mulberry #B947A0

Tints of Mulberry #B947A0

Color information

#B947A0 (or 0xB947A0) is unknown color: approx Mulberry. HEX triplet: B9, 47 and A0. RGB value is (185,71,160). Sum of RGB (Red+Green+Blue) = 185+71+160=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B947A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947A0 is #46B85F. Grayscale: #727272. Windows color (decimal): -4634720 or 10504121. OLE color: 10504121.

HSL color Cylindrical-coordinate representation of color #B947A0: hue angle of 313.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B947A0 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18571160-
CMYK00.620.140.27
HSL313.16º44.88%50.2%-
HSV(B)313.16º61.62%72.55%-
XYZ28.6117.3635.1-
YUV115.23153.27177.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=44.47%
G=17.07%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857116000.620.140.27313.1644.8850.2
HexB947A003EE1B1392d32
Octal27110724007616334715562
Binary101110011000111101000000111110111011011100111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B947A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B947A0; }

 p { color: rgb(185,71,160); }

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

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

 a { background-color: rgb(185,71,160); }

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

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

 span { border-color: rgb(185,71,160); }

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