Shades of Bouquet #B26CA2
Tints of Bouquet #B26CA2
RGB
CMYK
RGB Variations
Color information
#B26CA2 (or 0xB26CA2) is known color: Bouquet. HEX triplet: B2, 6C and A2. RGB value is (178,108,162). Sum of RGB (Red+Green+Blue) = 178+108+162=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B26CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26CA2 is #4D935D. Grayscale: #868686. Windows color (decimal): -5083998 or 10644658. OLE color: 10644658.
HSL color Cylindrical-coordinate representation of color #B26CA2: hue angle of 313.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26CA2 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 162 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.30 |
| HSL | 313.71º | 0.31% | 0.56% | - |
| HSV(B) | 313.71º | 0.39% | 0.7% | - |
| XYZ | 30.24 | 22.8 | 36.99 | - |
| YUV | 135.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 162 | 0 | 0.39 | 0.09 | 0.30 | 313.71 | 0.31 | 0.56 |
| Hex | B2 | 6C | A2 | 0 | 27 | 9 | 1E | 13A | 1F | 38 |
| Octal | 262 | 154 | 242 | 0 | 47 | 11 | 36 | 472 | 37 | 70 |
| Binary | 10110010 | 1101100 | 10100010 | 0 | 100111 | 1001 | 11110 | 100111010 | 11111 | 111000 |
Color Harmonies of #B26CA2
Complementary color
Monochromatic Colors of #B26CA2
Black with #B26CA2
Text Example
Text Example
White with #B26CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CA2; }
p { color: rgb(178,108,162); }
H1.HeaderClassName
{
color: #B26CA2;
}
.AnyTagClassName
{
color: #B26CA2;
}
</style>
background-color css
<style>
a { background-color: #B26CA2; }
a { background-color: rgb(178,108,162); }
div.DivClassName
{
background-color: #B26CA2;
}
.BgClassName
{
background-color: #B26CA2;
}
</style>
border-color css
<style>
span { border-color: #B26CA2; }
span { border-color: rgb(178,108,162); }
td.TdClassName
{
border-color: #B26CA2;
}
.TagClassName
{
border-color: #B26CA2;
}
</style>