#B85F94

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

Shades of Mulberry #B85F94

Tints of Mulberry #B85F94

Color information

#B85F94 (or 0xB85F94) is unknown color: approx Mulberry. HEX triplet: B8, 5F and 94. RGB value is (184,95,148). Sum of RGB (Red+Green+Blue) = 184+95+148=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F94 is #47A06B. Grayscale: #7F7F7F. Windows color (decimal): -4694124 or 9723832. OLE color: 9723832.

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

Color convert

RGB18495148-
CMYK00.480.200.28
HSL324.27º38.53%54.71%-
HSV(B)324.27º48.37%72.16%-
XYZ29.220.5130.44-
YUV127.65139.49168.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=43.09%
G=22.25%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849514800.480.200.28324.2738.5354.71
HexB85F94030141C1442737
Octal27013722406024345044767
Binary1011100010111111001010001100001010011100101000100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F94; }

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

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

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

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

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

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

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

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