#B94E93

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

Shades of Mulberry #B94E93

Tints of Mulberry #B94E93

Color information

#B94E93 (or 0xB94E93) is unknown color: approx Mulberry. HEX triplet: B9, 4E and 93. RGB value is (185,78,147). Sum of RGB (Red+Green+Blue) = 185+78+147=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94E93 is #46B16C. Grayscale: #757575. Windows color (decimal): -4632941 or 9653945. OLE color: 9653945.

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

Color convert

RGB18578147-
CMYK00.580.210.27
HSL321.31º43.32%51.57%-
HSV(B)321.31º57.84%72.55%-
XYZ2817.8729.58-
YUV117.86144.45175.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 78 (30.86% from 255) = 19.02%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=45.12%
G=19.02%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857814700.580.210.27321.3143.3251.57
HexB94E9303A151B1412b34
Octal27111622307225335015364
Binary1011100110011101001001101110101010111011101000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E93; }

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

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

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

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

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

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

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

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