Shades of Bouquet #B26C9A
Tints of Bouquet #B26C9A
RGB
CMYK
RGB Variations
Color information
#B26C9A (or 0xB26C9A) is known color: Bouquet. HEX triplet: B2, 6C and 9A. RGB value is (178,108,154). Sum of RGB (Red+Green+Blue) = 178+108+154=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C9A is #4D9365. Grayscale: #868686. Windows color (decimal): -5084006 or 10120370. OLE color: 10120370.
HSL color Cylindrical-coordinate representation of color #B26C9A: hue angle of 320.57º 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 #B26C9A is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 154 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.30 |
| HSL | 320.57º | 0.31% | 0.56% | - |
| HSV(B) | 320.57º | 0.39% | 0.7% | - |
| XYZ | 29.56 | 22.52 | 33.36 | - |
| YUV | 134.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 154 | 0 | 0.39 | 0.13 | 0.30 | 320.57 | 0.31 | 0.56 |
| Hex | B2 | 6C | 9A | 0 | 27 | D | 1E | 141 | 1F | 38 |
| Octal | 262 | 154 | 232 | 0 | 47 | 15 | 36 | 501 | 37 | 70 |
| Binary | 10110010 | 1101100 | 10011010 | 0 | 100111 | 1101 | 11110 | 101000001 | 11111 | 111000 |
Color Harmonies of #B26C9A
Complementary color
Monochromatic Colors of #B26C9A
Black with #B26C9A
Text Example
Text Example
White with #B26C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C9A; }
p { color: rgb(178,108,154); }
H1.HeaderClassName
{
color: #B26C9A;
}
.AnyTagClassName
{
color: #B26C9A;
}
</style>
background-color css
<style>
a { background-color: #B26C9A; }
a { background-color: rgb(178,108,154); }
div.DivClassName
{
background-color: #B26C9A;
}
.BgClassName
{
background-color: #B26C9A;
}
</style>
border-color css
<style>
span { border-color: #B26C9A; }
span { border-color: rgb(178,108,154); }
td.TdClassName
{
border-color: #B26C9A;
}
.TagClassName
{
border-color: #B26C9A;
}
</style>