#B05294

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

Shades of Mulberry #B05294

Tints of Mulberry #B05294

Color information

#B05294 (or 0xB05294) is unknown color: approx Mulberry. HEX triplet: B0, 52 and 94. RGB value is (176,82,148). Sum of RGB (Red+Green+Blue) = 176+82+148=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05294 is #4FAD6B. Grayscale: #757575. Windows color (decimal): -5221740 or 9720496. OLE color: 9720496.

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

Color convert

RGB17682148-
CMYK00.530.160.31
HSL317.87º37.3%50.59%-
HSV(B)317.87º53.41%69.02%-
XYZ26.2717.429.99-
YUV117.63145.14169.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=43.35%
G=20.20%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768214800.530.160.31317.8737.350.59
HexB05294035101F13e2533
Octal26012222406520374764563
Binary1011000010100101001010001101011000011111100111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05294; }

 p { color: rgb(176,82,148); }

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

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

 a { background-color: rgb(176,82,148); }

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

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

 span { border-color: rgb(176,82,148); }

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