#B94E9E

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

Shades of Mulberry #B94E9E

Tints of Mulberry #B94E9E

Color information

#B94E9E (or 0xB94E9E) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 9E. RGB value is (185,78,158). Sum of RGB (Red+Green+Blue) = 185+78+158=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E9E is #46B161. Grayscale: #767676. Windows color (decimal): -4632930 or 10374841. OLE color: 10374841.

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

Color convert

RGB18578158-
CMYK00.580.150.27
HSL315.14º43.32%51.57%-
HSV(B)315.14º57.84%72.55%-
XYZ28.918.2334.34-
YUV119.11149.95175-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=43.94%
G=18.53%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857815800.580.150.27315.1443.3251.57
HexB94E9E03AF1B13b2b34
Octal27111623607217334735364
Binary101110011001110100111100111010111111011100111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E9E; }

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

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

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

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

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

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

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

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