#B951A0

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

Shades of Mulberry #B951A0

Tints of Mulberry #B951A0

Color information

#B951A0 (or 0xB951A0) is unknown color: approx Mulberry. HEX triplet: B9, 51 and A0. RGB value is (185,81,160). Sum of RGB (Red+Green+Blue) = 185+81+160=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B951A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951A0 is #46AE5F. Grayscale: #787878. Windows color (decimal): -4632160 or 10506681. OLE color: 10506681.

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

Color convert

RGB18581160-
CMYK00.560.140.27
HSL314.42º42.62%52.16%-
HSV(B)314.42º56.22%72.55%-
XYZ29.318.7435.33-
YUV121.1149.96173.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 81 (32.03% from 255) = 19.01%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=43.43%
G=19.01%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858116000.560.140.27314.4242.6252.16
HexB951A0038E1B13a2b34
Octal27112124007016334725364
Binary101110011010001101000000111000111011011100111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B951A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B951A0; }

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

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

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

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

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

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

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

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