Shades of Bouquet #B473A3
Tints of Bouquet #B473A3
RGB
CMYK
RGB Variations
Color information
#B473A3 (or 0xB473A3) is known color: Bouquet. HEX triplet: B4, 73 and A3. RGB value is (180,115,163). Sum of RGB (Red+Green+Blue) = 180+115+163=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B473A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B473A3 is #4B8C5C. Grayscale: #8B8B8B. Windows color (decimal): -4951133 or 10711988. OLE color: 10711988.
HSL color Cylindrical-coordinate representation of color #B473A3: hue angle of 315.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B473A3 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 163 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.29 |
| HSL | 315.69º | 0.3% | 0.58% | - |
| HSV(B) | 315.69º | 0.36% | 0.71% | - |
| XYZ | 31.56 | 24.61 | 37.74 | - |
| YUV | 139.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 163 | 0 | 0.36 | 0.09 | 0.29 | 315.69 | 0.3 | 0.58 |
| Hex | B4 | 73 | A3 | 0 | 24 | 9 | 1D | 13C | 1E | 3A |
| Octal | 264 | 163 | 243 | 0 | 44 | 11 | 35 | 474 | 36 | 72 |
| Binary | 10110100 | 1110011 | 10100011 | 0 | 100100 | 1001 | 11101 | 100111100 | 11110 | 111010 |
Color Harmonies of #B473A3
Complementary color
Monochromatic Colors of #B473A3
Black with #B473A3
Text Example
Text Example
White with #B473A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473A3; }
p { color: rgb(180,115,163); }
H1.HeaderClassName
{
color: #B473A3;
}
.AnyTagClassName
{
color: #B473A3;
}
</style>
background-color css
<style>
a { background-color: #B473A3; }
a { background-color: rgb(180,115,163); }
div.DivClassName
{
background-color: #B473A3;
}
.BgClassName
{
background-color: #B473A3;
}
</style>
border-color css
<style>
span { border-color: #B473A3; }
span { border-color: rgb(180,115,163); }
td.TdClassName
{
border-color: #B473A3;
}
.TagClassName
{
border-color: #B473A3;
}
</style>