#B954A1

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

Shades of Mulberry #B954A1

Tints of Mulberry #B954A1

Color information

#B954A1 (or 0xB954A1) is unknown color: approx Mulberry. HEX triplet: B9, 54 and A1. RGB value is (185,84,161). Sum of RGB (Red+Green+Blue) = 185+84+161=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B954A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954A1 is #46AB5E. Grayscale: #7A7A7A. Windows color (decimal): -4631391 or 10572985. OLE color: 10572985.

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

Color convert

RGB18584161-
CMYK00.550.130.27
HSL314.26º41.91%52.75%-
HSV(B)314.26º54.59%72.55%-
XYZ29.6119.2335.87-
YUV122.98149.46172.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=43.02%
G=19.53%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858416100.550.130.27314.2641.9152.75
HexB954A1037D1B13a2a35
Octal27112424106715334725265
Binary101110011010100101000010110111110111011100111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954A1; }

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

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

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

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

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

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

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

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