#B85E9B

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

Shades of Mulberry #B85E9B

Tints of Mulberry #B85E9B

Color information

#B85E9B (or 0xB85E9B) is unknown color: approx Mulberry. HEX triplet: B8, 5E and 9B. RGB value is (184,94,155). Sum of RGB (Red+Green+Blue) = 184+94+155=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85E9B is #47A164. Grayscale: #7F7F7F. Windows color (decimal): -4694373 or 10182328. OLE color: 10182328.

HSL color Cylindrical-coordinate representation of color #B85E9B: hue angle of 319.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85E9B is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18494155-
CMYK00.490.160.28
HSL319.33º38.79%54.51%-
HSV(B)319.33º48.91%72.16%-
XYZ29.6920.5633.41-
YUV127.86143.32168.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=42.49%
G=21.71%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849415500.490.160.28319.3338.7954.51
HexB85E9B031101C13f2737
Octal27013623306120344774767
Binary1011100010111101001101101100011000011100100111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85E9B; }

 p { color: rgb(184,94,155); }

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

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

 a { background-color: rgb(184,94,155); }

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

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

 span { border-color: rgb(184,94,155); }

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