#B95E9E

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

Shades of Mulberry #B95E9E

Tints of Mulberry #B95E9E

Color information

#B95E9E (or 0xB95E9E) is unknown color: approx Mulberry. HEX triplet: B9, 5E and 9E. RGB value is (185,94,158). Sum of RGB (Red+Green+Blue) = 185+94+158=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E9E is #46A161. Grayscale: #808080. Windows color (decimal): -4628834 or 10378937. OLE color: 10378937.

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

Color convert

RGB18594158-
CMYK00.490.150.27
HSL317.8º39.39%54.71%-
HSV(B)317.8º49.19%72.55%-
XYZ30.1820.7934.77-
YUV128.5144.65168.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=42.33%
G=21.51%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859415800.490.150.27317.839.3954.71
HexB95E9E031F1B13e2737
Octal27113623606117334764767
Binary101110011011110100111100110001111111011100111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E9E; }

 p { color: rgb(185,94,158); }

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

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

 a { background-color: rgb(185,94,158); }

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

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

 span { border-color: rgb(185,94,158); }

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