Shades of Bouquet #B280A5
Tints of Bouquet #B280A5
RGB
CMYK
RGB Variations
Color information
#B280A5 (or 0xB280A5) is known color: Bouquet. HEX triplet: B2, 80 and A5. RGB value is (178,128,165). Sum of RGB (Red+Green+Blue) = 178+128+165=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B280A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280A5 is #4D7F5A. Grayscale: #939393. Windows color (decimal): -5078875 or 10846386. OLE color: 10846386.
HSL color Cylindrical-coordinate representation of color #B280A5: hue angle of 315.6º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B280A5 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 165 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.30 |
| HSL | 315.6º | 0.25% | 0.6% | - |
| HSV(B) | 315.6º | 0.28% | 0.7% | - |
| XYZ | 32.87 | 27.62 | 39.2 | - |
| YUV | 147.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 165 | 0 | 0.28 | 0.07 | 0.30 | 315.6 | 0.25 | 0.6 |
| Hex | B2 | 80 | A5 | 0 | 1C | 7 | 1E | 13C | 19 | 3C |
| Octal | 262 | 200 | 245 | 0 | 34 | 7 | 36 | 474 | 31 | 74 |
| Binary | 10110010 | 10000000 | 10100101 | 0 | 11100 | 111 | 11110 | 100111100 | 11001 | 111100 |
Color Harmonies of #B280A5
Complementary color
Monochromatic Colors of #B280A5
Black with #B280A5
Text Example
Text Example
White with #B280A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280A5; }
p { color: rgb(178,128,165); }
H1.HeaderClassName
{
color: #B280A5;
}
.AnyTagClassName
{
color: #B280A5;
}
</style>
background-color css
<style>
a { background-color: #B280A5; }
a { background-color: rgb(178,128,165); }
div.DivClassName
{
background-color: #B280A5;
}
.BgClassName
{
background-color: #B280A5;
}
</style>
border-color css
<style>
span { border-color: #B280A5; }
span { border-color: rgb(178,128,165); }
td.TdClassName
{
border-color: #B280A5;
}
.TagClassName
{
border-color: #B280A5;
}
</style>