#B94E9F

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

Shades of Mulberry #B94E9F

Tints of Mulberry #B94E9F

Color information

#B94E9F (or 0xB94E9F) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 9F. RGB value is (185,78,159). Sum of RGB (Red+Green+Blue) = 185+78+159=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E9F is #46B160. Grayscale: #777777. Windows color (decimal): -4632929 or 10440377. OLE color: 10440377.

HSL color Cylindrical-coordinate representation of color #B94E9F: hue angle of 314.58º 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 #B94E9F is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18578159-
CMYK00.580.140.27
HSL314.58º43.32%51.57%-
HSV(B)314.58º57.84%72.55%-
XYZ28.9918.2734.8-
YUV119.23150.45174.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=43.84%
G=18.48%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857815900.580.140.27314.5843.3251.57
HexB94E9F03AE1B13b2b34
Octal27111623707216334735364
Binary101110011001110100111110111010111011011100111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E9F; }

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

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

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

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

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

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

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

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