Shades of Bouquet #B278A8
Tints of Bouquet #B278A8
RGB
CMYK
RGB Variations
Color information
#B278A8 (or 0xB278A8) is known color: Bouquet. HEX triplet: B2, 78 and A8. RGB value is (178,120,168). Sum of RGB (Red+Green+Blue) = 178+120+168=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B278A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278A8 is #4D8757. Grayscale: #8E8E8E. Windows color (decimal): -5080920 or 11040946. OLE color: 11040946.
HSL color Cylindrical-coordinate representation of color #B278A8: hue angle of 310.34º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B278A8 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 168 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.30 |
| HSL | 310.34º | 0.27% | 0.58% | - |
| HSV(B) | 310.34º | 0.33% | 0.7% | - |
| XYZ | 32.14 | 25.73 | 40.32 | - |
| YUV | 142.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 168 | 0 | 0.33 | 0.06 | 0.30 | 310.34 | 0.27 | 0.58 |
| Hex | B2 | 78 | A8 | 0 | 21 | 6 | 1E | 136 | 1B | 3A |
| Octal | 262 | 170 | 250 | 0 | 41 | 6 | 36 | 466 | 33 | 72 |
| Binary | 10110010 | 1111000 | 10101000 | 0 | 100001 | 110 | 11110 | 100110110 | 11011 | 111010 |
Color Harmonies of #B278A8
Complementary color
Monochromatic Colors of #B278A8
Black with #B278A8
Text Example
Text Example
White with #B278A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278A8; }
p { color: rgb(178,120,168); }
H1.HeaderClassName
{
color: #B278A8;
}
.AnyTagClassName
{
color: #B278A8;
}
</style>
background-color css
<style>
a { background-color: #B278A8; }
a { background-color: rgb(178,120,168); }
div.DivClassName
{
background-color: #B278A8;
}
.BgClassName
{
background-color: #B278A8;
}
</style>
border-color css
<style>
span { border-color: #B278A8; }
span { border-color: rgb(178,120,168); }
td.TdClassName
{
border-color: #B278A8;
}
.TagClassName
{
border-color: #B278A8;
}
</style>