Shades of Bouquet #B278A3
Tints of Bouquet #B278A3
RGB
CMYK
RGB Variations
Color information
#B278A3 (or 0xB278A3) is known color: Bouquet. HEX triplet: B2, 78 and A3. RGB value is (178,120,163). Sum of RGB (Red+Green+Blue) = 178+120+163=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B278A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278A3 is #4D875C. Grayscale: #8E8E8E. Windows color (decimal): -5080925 or 10713266. OLE color: 10713266.
HSL color Cylindrical-coordinate representation of color #B278A3: hue angle of 315.52º 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 #B278A3 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 163 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.30 |
| HSL | 315.52º | 0.27% | 0.58% | - |
| HSV(B) | 315.52º | 0.33% | 0.7% | - |
| XYZ | 31.69 | 25.54 | 37.91 | - |
| YUV | 142.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 163 | 0 | 0.33 | 0.08 | 0.30 | 315.52 | 0.27 | 0.58 |
| Hex | B2 | 78 | A3 | 0 | 21 | 8 | 1E | 13C | 1B | 3A |
| Octal | 262 | 170 | 243 | 0 | 41 | 10 | 36 | 474 | 33 | 72 |
| Binary | 10110010 | 1111000 | 10100011 | 0 | 100001 | 1000 | 11110 | 100111100 | 11011 | 111010 |
Color Harmonies of #B278A3
Complementary color
Monochromatic Colors of #B278A3
Black with #B278A3
Text Example
Text Example
White with #B278A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278A3; }
p { color: rgb(178,120,163); }
H1.HeaderClassName
{
color: #B278A3;
}
.AnyTagClassName
{
color: #B278A3;
}
</style>
background-color css
<style>
a { background-color: #B278A3; }
a { background-color: rgb(178,120,163); }
div.DivClassName
{
background-color: #B278A3;
}
.BgClassName
{
background-color: #B278A3;
}
</style>
border-color css
<style>
span { border-color: #B278A3; }
span { border-color: rgb(178,120,163); }
td.TdClassName
{
border-color: #B278A3;
}
.TagClassName
{
border-color: #B278A3;
}
</style>