#B05F96

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

Shades of Mulberry #B05F96

Tints of Mulberry #B05F96

Color information

#B05F96 (or 0xB05F96) is unknown color: approx Mulberry. HEX triplet: B0, 5F and 96. RGB value is (176,95,150). Sum of RGB (Red+Green+Blue) = 176+95+150=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F96 is #4FA069. Grayscale: #7D7D7D. Windows color (decimal): -5218410 or 9854896. OLE color: 9854896.

HSL color Cylindrical-coordinate representation of color #B05F96: hue angle of 319.26º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B05F96 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17695150-
CMYK00.460.150.31
HSL319.26º33.89%53.14%-
HSV(B)319.26º46.02%69.02%-
XYZ27.519.6231.19-
YUV125.49141.84164.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=41.81%
G=22.57%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769515000.460.150.31319.2633.8953.14
HexB05F9602EF1F13f2235
Octal26013722605617374774265
Binary101100001011111100101100101110111111111100111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F96; }

 p { color: rgb(176,95,150); }

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

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

 a { background-color: rgb(176,95,150); }

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

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

 span { border-color: rgb(176,95,150); }

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