#B955A1

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

Shades of Mulberry #B955A1

Tints of Mulberry #B955A1

Color information

#B955A1 (or 0xB955A1) is unknown color: approx Mulberry. HEX triplet: B9, 55 and A1. RGB value is (185,85,161). Sum of RGB (Red+Green+Blue) = 185+85+161=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B955A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B955A1 is #46AA5E. Grayscale: #7B7B7B. Windows color (decimal): -4631135 or 10573241. OLE color: 10573241.

HSL color Cylindrical-coordinate representation of color #B955A1: hue angle of 314.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B955A1 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18585161-
CMYK00.540.130.27
HSL314.4º41.67%52.94%-
HSV(B)314.4º54.05%72.55%-
XYZ29.6919.3835.9-
YUV123.56149.13171.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=42.92%
G=19.72%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858516100.540.130.27314.441.6752.94
HexB955A1036D1B13a2a35
Octal27112524106615334725265
Binary101110011010101101000010110110110111011100111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B955A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B955A1; }

 p { color: rgb(185,85,161); }

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

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

 a { background-color: rgb(185,85,161); }

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

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

 span { border-color: rgb(185,85,161); }

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