#B941A3

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

Shades of Mulberry #B941A3

Tints of Mulberry #B941A3

Color information

#B941A3 (or 0xB941A3) is unknown color: approx Mulberry. HEX triplet: B9, 41 and A3. RGB value is (185,65,163). Sum of RGB (Red+Green+Blue) = 185+65+163=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B941A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941A3 is #46BE5C. Grayscale: #6F6F6F. Windows color (decimal): -4636253 or 10699193. OLE color: 10699193.

HSL color Cylindrical-coordinate representation of color #B941A3: hue angle of 311º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B941A3 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB18565163-
CMYK00.650.120.27
HSL311º48%49.02%-
HSV(B)311º64.86%72.55%-
XYZ28.5116.7436.38-
YUV112.05156.76180.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 163 (64.06% from 255) = 39.47%
R=44.79%
G=15.74%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856516300.650.120.273114849.02
HexB941A3041C1B1373031
Octal271101243010114334676061
Binary1011100110000011010001101000001110011011100110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B941A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B941A3; }

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

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

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

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

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

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

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

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