Shades of Bouquet #B27BA3
Tints of Bouquet #B27BA3
RGB
CMYK
RGB Variations
Color information
#B27BA3 (or 0xB27BA3) is known color: Bouquet. HEX triplet: B2, 7B and A3. RGB value is (178,123,163). Sum of RGB (Red+Green+Blue) = 178+123+163=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BA3 is #4D845C. Grayscale: #8F8F8F. Windows color (decimal): -5080157 or 10714034. OLE color: 10714034.
HSL color Cylindrical-coordinate representation of color #B27BA3: hue angle of 316.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27BA3 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 163 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.30 |
| HSL | 316.36º | 0.26% | 0.59% | - |
| HSV(B) | 316.36º | 0.31% | 0.7% | - |
| XYZ | 32.05 | 26.28 | 38.03 | - |
| YUV | 144.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 163 | 0 | 0.31 | 0.08 | 0.30 | 316.36 | 0.26 | 0.59 |
| Hex | B2 | 7B | A3 | 0 | 1F | 8 | 1E | 13C | 1A | 3B |
| Octal | 262 | 173 | 243 | 0 | 37 | 10 | 36 | 474 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10100011 | 0 | 11111 | 1000 | 11110 | 100111100 | 11010 | 111011 |
Color Harmonies of #B27BA3
Complementary color
Monochromatic Colors of #B27BA3
Black with #B27BA3
Text Example
Text Example
White with #B27BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BA3; }
p { color: rgb(178,123,163); }
H1.HeaderClassName
{
color: #B27BA3;
}
.AnyTagClassName
{
color: #B27BA3;
}
</style>
background-color css
<style>
a { background-color: #B27BA3; }
a { background-color: rgb(178,123,163); }
div.DivClassName
{
background-color: #B27BA3;
}
.BgClassName
{
background-color: #B27BA3;
}
</style>
border-color css
<style>
span { border-color: #B27BA3; }
span { border-color: rgb(178,123,163); }
td.TdClassName
{
border-color: #B27BA3;
}
.TagClassName
{
border-color: #B27BA3;
}
</style>