#B26493

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

Shades of Bouquet #B26493

Tints of Bouquet #B26493

Color information

#B26493 (or 0xB26493) is unknown color: approx Bouquet. HEX triplet: B2, 64 and 93. RGB value is (178,100,147). Sum of RGB (Red+Green+Blue) = 178+100+147=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B26493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26493 is #4D9B6C. Grayscale: #808080. Windows color (decimal): -5086061 or 9659570. OLE color: 9659570.

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

Color convert

RGB178100147-
CMYK00.440.170.30
HSL323.85º33.62%54.51%-
HSV(B)323.85º43.82%69.8%-
XYZ28.1820.6930.11-
YUV128.68138.34163.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=41.88%
G=23.53%
B=34.59%

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
Decimal17810014700.440.170.30323.8533.6254.51
HexB2649302C111E1442237
Octal26214422305421365044267
Binary1011001011001001001001101011001000111110101000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26493; }

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

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

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

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

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

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

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

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