Shades of Bouquet #B476A1
Tints of Bouquet #B476A1
RGB
CMYK
RGB Variations
Color information
#B476A1 (or 0xB476A1) is known color: Bouquet. HEX triplet: B4, 76 and A1. RGB value is (180,118,161). Sum of RGB (Red+Green+Blue) = 180+118+161=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A1 is #4B895E. Grayscale: #8D8D8D. Windows color (decimal): -4950367 or 10581684. OLE color: 10581684.
HSL color Cylindrical-coordinate representation of color #B476A1: hue angle of 318.39º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B476A1 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 161 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.29 |
| HSL | 318.39º | 0.29% | 0.58% | - |
| HSV(B) | 318.39º | 0.34% | 0.71% | - |
| XYZ | 31.73 | 25.23 | 36.92 | - |
| YUV | 141.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 161 | 0 | 0.34 | 0.11 | 0.29 | 318.39 | 0.29 | 0.58 |
| Hex | B4 | 76 | A1 | 0 | 22 | B | 1D | 13E | 1D | 3A |
| Octal | 264 | 166 | 241 | 0 | 42 | 13 | 35 | 476 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10100001 | 0 | 100010 | 1011 | 11101 | 100111110 | 11101 | 111010 |
Color Harmonies of #B476A1
Complementary color
Monochromatic Colors of #B476A1
Black with #B476A1
Text Example
Text Example
White with #B476A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476A1; }
p { color: rgb(180,118,161); }
H1.HeaderClassName
{
color: #B476A1;
}
.AnyTagClassName
{
color: #B476A1;
}
</style>
background-color css
<style>
a { background-color: #B476A1; }
a { background-color: rgb(180,118,161); }
div.DivClassName
{
background-color: #B476A1;
}
.BgClassName
{
background-color: #B476A1;
}
</style>
border-color css
<style>
span { border-color: #B476A1; }
span { border-color: rgb(180,118,161); }
td.TdClassName
{
border-color: #B476A1;
}
.TagClassName
{
border-color: #B476A1;
}
</style>