#B26294

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

Shades of Mulberry #B26294

Tints of Mulberry #B26294

Color information

#B26294 (or 0xB26294) is unknown color: approx Mulberry. HEX triplet: B2, 62 and 94. RGB value is (178,98,148). Sum of RGB (Red+Green+Blue) = 178+98+148=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B26294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26294 is #4D9D6B. Grayscale: #7F7F7F. Windows color (decimal): -5086572 or 9724594. OLE color: 9724594.

HSL color Cylindrical-coordinate representation of color #B26294: hue angle of 322.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26294 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB17898148-
CMYK00.450.170.30
HSL322.5º34.19%54.12%-
HSV(B)322.5º44.94%69.8%-
XYZ28.0720.3430.46-
YUV127.62139.5163.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=41.98%
G=23.11%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789814800.450.170.30322.534.1954.12
HexB2629402D111E1422236
Octal26214222405521365024266
Binary1011001011000101001010001011011000111110101000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26294; }

 p { color: rgb(178,98,148); }

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

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

 a { background-color: rgb(178,98,148); }

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

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

 span { border-color: rgb(178,98,148); }

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