#B85F9F

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

Shades of Mulberry #B85F9F

Tints of Mulberry #B85F9F

Color information

#B85F9F (or 0xB85F9F) is unknown color: approx Mulberry. HEX triplet: B8, 5F and 9F. RGB value is (184,95,159). Sum of RGB (Red+Green+Blue) = 184+95+159=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F9F is #47A060. Grayscale: #808080. Windows color (decimal): -4694113 or 10444728. OLE color: 10444728.

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

Color convert

RGB18495159-
CMYK00.480.140.28
HSL316.85º38.53%54.71%-
HSV(B)316.85º48.37%72.16%-
XYZ30.1220.8835.24-
YUV128.91144.99167.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=42.01%
G=21.69%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849515900.480.140.28316.8538.5354.71
HexB85F9F030E1C13d2737
Octal27013723706016344754767
Binary101110001011111100111110110000111011100100111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F9F; }

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

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

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

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

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

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

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

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