Shades of Bouquet #B276A5
Tints of Bouquet #B276A5
RGB
CMYK
RGB Variations
Color information
#B276A5 (or 0xB276A5) is known color: Bouquet. HEX triplet: B2, 76 and A5. RGB value is (178,118,165). Sum of RGB (Red+Green+Blue) = 178+118+165=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B276A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276A5 is #4D895A. Grayscale: #8D8D8D. Windows color (decimal): -5081435 or 10843826. OLE color: 10843826.
HSL color Cylindrical-coordinate representation of color #B276A5: hue angle of 313º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B276A5 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 165 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.30 |
| HSL | 313º | 0.28% | 0.58% | - |
| HSV(B) | 313º | 0.34% | 0.7% | - |
| XYZ | 31.63 | 25.14 | 38.78 | - |
| YUV | 141.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 165 | 0 | 0.34 | 0.07 | 0.30 | 313 | 0.28 | 0.58 |
| Hex | B2 | 76 | A5 | 0 | 22 | 7 | 1E | 139 | 1C | 3A |
| Octal | 262 | 166 | 245 | 0 | 42 | 7 | 36 | 471 | 34 | 72 |
| Binary | 10110010 | 1110110 | 10100101 | 0 | 100010 | 111 | 11110 | 100111001 | 11100 | 111010 |
Color Harmonies of #B276A5
Complementary color
Monochromatic Colors of #B276A5
Black with #B276A5
Text Example
Text Example
White with #B276A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276A5; }
p { color: rgb(178,118,165); }
H1.HeaderClassName
{
color: #B276A5;
}
.AnyTagClassName
{
color: #B276A5;
}
</style>
background-color css
<style>
a { background-color: #B276A5; }
a { background-color: rgb(178,118,165); }
div.DivClassName
{
background-color: #B276A5;
}
.BgClassName
{
background-color: #B276A5;
}
</style>
border-color css
<style>
span { border-color: #B276A5; }
span { border-color: rgb(178,118,165); }
td.TdClassName
{
border-color: #B276A5;
}
.TagClassName
{
border-color: #B276A5;
}
</style>