Shades of Bouquet #B078A8
Tints of Bouquet #B078A8
RGB
CMYK
RGB Variations
Color information
#B078A8 (or 0xB078A8) is known color: Bouquet. HEX triplet: B0, 78 and A8. RGB value is (176,120,168). Sum of RGB (Red+Green+Blue) = 176+120+168=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B078A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B078A8 is #4F8757. Grayscale: #8E8E8E. Windows color (decimal): -5211992 or 11040944. OLE color: 11040944.
HSL color Cylindrical-coordinate representation of color #B078A8: hue angle of 308.57º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B078A8 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 168 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.31 |
| HSL | 308.57º | 0.26% | 0.58% | - |
| HSV(B) | 308.57º | 0.32% | 0.69% | - |
| XYZ | 31.69 | 25.49 | 40.3 | - |
| YUV | 142.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 168 | 0 | 0.32 | 0.05 | 0.31 | 308.57 | 0.26 | 0.58 |
| Hex | B0 | 78 | A8 | 0 | 20 | 5 | 1F | 135 | 1A | 3A |
| Octal | 260 | 170 | 250 | 0 | 40 | 5 | 37 | 465 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10101000 | 0 | 100000 | 101 | 11111 | 100110101 | 11010 | 111010 |
Color Harmonies of #B078A8
Complementary color
Monochromatic Colors of #B078A8
Black with #B078A8
Text Example
Text Example
White with #B078A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078A8; }
p { color: rgb(176,120,168); }
H1.HeaderClassName
{
color: #B078A8;
}
.AnyTagClassName
{
color: #B078A8;
}
</style>
background-color css
<style>
a { background-color: #B078A8; }
a { background-color: rgb(176,120,168); }
div.DivClassName
{
background-color: #B078A8;
}
.BgClassName
{
background-color: #B078A8;
}
</style>
border-color css
<style>
span { border-color: #B078A8; }
span { border-color: rgb(176,120,168); }
td.TdClassName
{
border-color: #B078A8;
}
.TagClassName
{
border-color: #B078A8;
}
</style>