Shades of Bouquet #B569A3
Tints of Bouquet #B569A3
RGB
CMYK
RGB Variations
Color information
#B569A3 (or 0xB569A3) is known color: Bouquet. HEX triplet: B5, 69 and A3. RGB value is (181,105,163). Sum of RGB (Red+Green+Blue) = 181+105+163=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B569A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569A3 is #4A965C. Grayscale: #868686. Windows color (decimal): -4888157 or 10709429. OLE color: 10709429.
HSL color Cylindrical-coordinate representation of color #B569A3: hue angle of 314.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B569A3 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 163 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.29 |
| HSL | 314.21º | 0.34% | 0.56% | - |
| HSV(B) | 314.21º | 0.42% | 0.71% | - |
| XYZ | 30.72 | 22.57 | 37.39 | - |
| YUV | 134.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 163 | 0 | 0.42 | 0.10 | 0.29 | 314.21 | 0.34 | 0.56 |
| Hex | B5 | 69 | A3 | 0 | 2A | A | 1D | 13A | 22 | 38 |
| Octal | 265 | 151 | 243 | 0 | 52 | 12 | 35 | 472 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10100011 | 0 | 101010 | 1010 | 11101 | 100111010 | 100010 | 111000 |
Color Harmonies of #B569A3
Complementary color
Monochromatic Colors of #B569A3
Black with #B569A3
Text Example
Text Example
White with #B569A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569A3; }
p { color: rgb(181,105,163); }
H1.HeaderClassName
{
color: #B569A3;
}
.AnyTagClassName
{
color: #B569A3;
}
</style>
background-color css
<style>
a { background-color: #B569A3; }
a { background-color: rgb(181,105,163); }
div.DivClassName
{
background-color: #B569A3;
}
.BgClassName
{
background-color: #B569A3;
}
</style>
border-color css
<style>
span { border-color: #B569A3; }
span { border-color: rgb(181,105,163); }
td.TdClassName
{
border-color: #B569A3;
}
.TagClassName
{
border-color: #B569A3;
}
</style>