Shades of Bouquet #B280A2
Tints of Bouquet #B280A2
RGB
CMYK
RGB Variations
Color information
#B280A2 (or 0xB280A2) is known color: Bouquet. HEX triplet: B2, 80 and A2. RGB value is (178,128,162). Sum of RGB (Red+Green+Blue) = 178+128+162=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B280A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280A2 is #4D7F5D. Grayscale: #929292. Windows color (decimal): -5078878 or 10649778. OLE color: 10649778.
HSL color Cylindrical-coordinate representation of color #B280A2: hue angle of 319.2º 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 #B280A2 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 162 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.30 |
| HSL | 319.2º | 0.25% | 0.6% | - |
| HSV(B) | 319.2º | 0.28% | 0.7% | - |
| XYZ | 32.6 | 27.51 | 37.77 | - |
| YUV | 146.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 162 | 0 | 0.28 | 0.09 | 0.30 | 319.2 | 0.25 | 0.6 |
| Hex | B2 | 80 | A2 | 0 | 1C | 9 | 1E | 13F | 19 | 3C |
| Octal | 262 | 200 | 242 | 0 | 34 | 11 | 36 | 477 | 31 | 74 |
| Binary | 10110010 | 10000000 | 10100010 | 0 | 11100 | 1001 | 11110 | 100111111 | 11001 | 111100 |
Color Harmonies of #B280A2
Complementary color
Monochromatic Colors of #B280A2
Black with #B280A2
Text Example
Text Example
White with #B280A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280A2; }
p { color: rgb(178,128,162); }
H1.HeaderClassName
{
color: #B280A2;
}
.AnyTagClassName
{
color: #B280A2;
}
</style>
background-color css
<style>
a { background-color: #B280A2; }
a { background-color: rgb(178,128,162); }
div.DivClassName
{
background-color: #B280A2;
}
.BgClassName
{
background-color: #B280A2;
}
</style>
border-color css
<style>
span { border-color: #B280A2; }
span { border-color: rgb(178,128,162); }
td.TdClassName
{
border-color: #B280A2;
}
.TagClassName
{
border-color: #B280A2;
}
</style>