#B94E9B

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

Shades of Mulberry #B94E9B

Tints of Mulberry #B94E9B

Color information

#B94E9B (or 0xB94E9B) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 9B. RGB value is (185,78,155). Sum of RGB (Red+Green+Blue) = 185+78+155=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E9B is #46B164. Grayscale: #767676. Windows color (decimal): -4632933 or 10178233. OLE color: 10178233.

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

Color convert

RGB18578155-
CMYK00.580.160.27
HSL316.82º43.32%51.57%-
HSV(B)316.82º57.84%72.55%-
XYZ28.6518.1333-
YUV118.77148.45175.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=44.26%
G=18.66%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857815500.580.160.27316.8243.3251.57
HexB94E9B03A101B13d2b34
Octal27111623307220334755364
Binary1011100110011101001101101110101000011011100111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E9B; }

 p { color: rgb(185,78,155); }

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

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

 a { background-color: rgb(185,78,155); }

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

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

 span { border-color: rgb(185,78,155); }

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