#b946a3

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

Shades of Mulberry #B946A3

Tints of Mulberry #B946A3

Color information

#B946A3 (or 0xB946A3) is unknown color: approx Mulberry. HEX triplet: B9, 46 and A3. RGB value is (185,70,163). Sum of RGB (Red+Green+Blue) = 185+70+163=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B946A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B946A3 is #46B95C. Grayscale: #727272. Windows color (decimal): -4634973 or 10700473. OLE color: 10700473.

HSL color Cylindrical-coordinate representation of color #B946A3: hue angle of 311.48º 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 #B946A3 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18570163-
CMYK00.620.120.27
HSL311.48º45.1%50%-
HSV(B)311.48º62.16%72.55%-
XYZ28.8117.3436.48-
YUV114.99155.1177.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 70 (27.73% from 255) = 16.75%
BLUE value IS 163 (64.06% from 255) = 39.00%
R=44.26%
G=16.75%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857016300.620.120.27311.4845.150
HexB946A303EC1B1372d32
Octal27110624307614334675562
Binary101110011000110101000110111110110011011100110111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b946a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b946a3; }

 p { color: rgb(185,70,163); }

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

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

 a { background-color: rgb(185,70,163); }

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

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

 span { border-color: rgb(185,70,163); }

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