#B26393

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

Shades of Mulberry #B26393

Tints of Mulberry #B26393

Color information

#B26393 (or 0xB26393) is unknown color: approx Mulberry. HEX triplet: B2, 63 and 93. RGB value is (178,99,147). Sum of RGB (Red+Green+Blue) = 178+99+147=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B26393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26393 is #4D9C6C. Grayscale: #7F7F7F. Windows color (decimal): -5086317 or 9659314. OLE color: 9659314.

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

Color convert

RGB17899147-
CMYK00.440.170.30
HSL323.54º33.91%54.31%-
HSV(B)323.54º44.38%69.8%-
XYZ28.0920.530.08-
YUV128.09138.67163.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=41.98%
G=23.35%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789914700.440.170.30323.5433.9154.31
HexB2639302C111E1442236
Octal26214322305421365044266
Binary1011001011000111001001101011001000111110101000100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26393; }

 p { color: rgb(178,99,147); }

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

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

 a { background-color: rgb(178,99,147); }

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

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

 span { border-color: rgb(178,99,147); }

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