Shades of Bouquet #B775A3
Tints of Bouquet #B775A3
RGB
CMYK
RGB Variations
Color information
#B775A3 (or 0xB775A3) is known color: Bouquet. HEX triplet: B7, 75 and A3. RGB value is (183,117,163). Sum of RGB (Red+Green+Blue) = 183+117+163=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B775A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775A3 is #488A5C. Grayscale: #8D8D8D. Windows color (decimal): -4754013 or 10712503. OLE color: 10712503.
HSL color Cylindrical-coordinate representation of color #B775A3: hue angle of 318.18º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B775A3 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 163 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.28 |
| HSL | 318.18º | 0.31% | 0.59% | - |
| HSV(B) | 318.18º | 0.36% | 0.72% | - |
| XYZ | 32.5 | 25.43 | 37.85 | - |
| YUV | 141.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 163 | 0 | 0.36 | 0.11 | 0.28 | 318.18 | 0.31 | 0.59 |
| Hex | B7 | 75 | A3 | 0 | 24 | B | 1C | 13E | 1F | 3B |
| Octal | 267 | 165 | 243 | 0 | 44 | 13 | 34 | 476 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10100011 | 0 | 100100 | 1011 | 11100 | 100111110 | 11111 | 111011 |
Color Harmonies of #B775A3
Complementary color
Monochromatic Colors of #B775A3
Black with #B775A3
Text Example
Text Example
White with #B775A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775A3; }
p { color: rgb(183,117,163); }
H1.HeaderClassName
{
color: #B775A3;
}
.AnyTagClassName
{
color: #B775A3;
}
</style>
background-color css
<style>
a { background-color: #B775A3; }
a { background-color: rgb(183,117,163); }
div.DivClassName
{
background-color: #B775A3;
}
.BgClassName
{
background-color: #B775A3;
}
</style>
border-color css
<style>
span { border-color: #B775A3; }
span { border-color: rgb(183,117,163); }
td.TdClassName
{
border-color: #B775A3;
}
.TagClassName
{
border-color: #B775A3;
}
</style>