#B85994

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

Shades of Mulberry #B85994

Tints of Mulberry #B85994

Color information

#B85994 (or 0xB85994) is unknown color: approx Mulberry. HEX triplet: B8, 59 and 94. RGB value is (184,89,148). Sum of RGB (Red+Green+Blue) = 184+89+148=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B85994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85994 is #47A66B. Grayscale: #7B7B7B. Windows color (decimal): -4695660 or 9722296. OLE color: 9722296.

HSL color Cylindrical-coordinate representation of color #B85994: hue angle of 322.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85994 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB18489148-
CMYK00.520.200.28
HSL322.74º40.08%53.53%-
HSV(B)322.74º51.63%72.16%-
XYZ28.6819.4730.26-
YUV124.13141.47170.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=43.71%
G=21.14%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848914800.520.200.28322.7440.0853.53
HexB85994034141C1432836
Octal27013122406424345035066
Binary1011100010110011001010001101001010011100101000011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85994; }

 p { color: rgb(184,89,148); }

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

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

 a { background-color: rgb(184,89,148); }

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

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

 span { border-color: rgb(184,89,148); }

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