#b05c96

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

Shades of Mulberry #B05C96

Tints of Mulberry #B05C96

Color information

#B05C96 (or 0xB05C96) is unknown color: approx Mulberry. HEX triplet: B0, 5C and 96. RGB value is (176,92,150). Sum of RGB (Red+Green+Blue) = 176+92+150=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05C96 is #4FA369. Grayscale: #7B7B7B. Windows color (decimal): -5219178 or 9854128. OLE color: 9854128.

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

Color convert

RGB17692150-
CMYK00.480.150.31
HSL318.57º34.71%52.55%-
HSV(B)318.57º47.73%69.02%-
XYZ27.2419.0931.1-
YUV123.73142.83165.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=42.11%
G=22.01%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769215000.480.150.31318.5734.7152.55
HexB05C96030F1F13f2335
Octal26013422606017374774365
Binary101100001011100100101100110000111111111100111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05c96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05c96; }

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

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

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

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

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

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

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

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