Shades of Bouquet #B275A6
Tints of Bouquet #B275A6
RGB
CMYK
RGB Variations
Color information
#B275A6 (or 0xB275A6) is known color: Bouquet. HEX triplet: B2, 75 and A6. RGB value is (178,117,166). Sum of RGB (Red+Green+Blue) = 178+117+166=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A6 is #4D8A59. Grayscale: #8C8C8C. Windows color (decimal): -5081690 or 10909106. OLE color: 10909106.
HSL color Cylindrical-coordinate representation of color #B275A6: hue angle of 311.8º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B275A6 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 166 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.30 |
| HSL | 311.8º | 0.28% | 0.58% | - |
| HSV(B) | 311.8º | 0.34% | 0.7% | - |
| XYZ | 31.6 | 24.94 | 39.22 | - |
| YUV | 140.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 166 | 0 | 0.34 | 0.07 | 0.30 | 311.8 | 0.28 | 0.58 |
| Hex | B2 | 75 | A6 | 0 | 22 | 7 | 1E | 138 | 1C | 3A |
| Octal | 262 | 165 | 246 | 0 | 42 | 7 | 36 | 470 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10100110 | 0 | 100010 | 111 | 11110 | 100111000 | 11100 | 111010 |
Color Harmonies of #B275A6
Complementary color
Monochromatic Colors of #B275A6
Black with #B275A6
Text Example
Text Example
White with #B275A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275A6; }
p { color: rgb(178,117,166); }
H1.HeaderClassName
{
color: #B275A6;
}
.AnyTagClassName
{
color: #B275A6;
}
</style>
background-color css
<style>
a { background-color: #B275A6; }
a { background-color: rgb(178,117,166); }
div.DivClassName
{
background-color: #B275A6;
}
.BgClassName
{
background-color: #B275A6;
}
</style>
border-color css
<style>
span { border-color: #B275A6; }
span { border-color: rgb(178,117,166); }
td.TdClassName
{
border-color: #B275A6;
}
.TagClassName
{
border-color: #B275A6;
}
</style>