#B94EA0

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

Shades of Mulberry #B94EA0

Tints of Mulberry #B94EA0

Color information

#B94EA0 (or 0xB94EA0) is unknown color: approx Mulberry. HEX triplet: B9, 4E and A0. RGB value is (185,78,160). Sum of RGB (Red+Green+Blue) = 185+78+160=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B94EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94EA0 is #46B15F. Grayscale: #777777. Windows color (decimal): -4632928 or 10505913. OLE color: 10505913.

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

Color convert

RGB18578160-
CMYK00.580.140.27
HSL314.02º43.32%51.57%-
HSV(B)314.02º57.84%72.55%-
XYZ29.0818.335.26-
YUV119.34150.95174.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=43.74%
G=18.44%
B=37.83%

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
Decimal1857816000.580.140.27314.0243.3251.57
HexB94EA003AE1B13a2b34
Octal27111624007216334725364
Binary101110011001110101000000111010111011011100111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EA0; }

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

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

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

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

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

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

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

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