Shades of Bouquet #B569A2
Tints of Bouquet #B569A2
RGB
CMYK
RGB Variations
Color information
#B569A2 (or 0xB569A2) is known color: Bouquet. HEX triplet: B5, 69 and A2. RGB value is (181,105,162). Sum of RGB (Red+Green+Blue) = 181+105+162=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B569A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569A2 is #4A965D. Grayscale: #868686. Windows color (decimal): -4888158 or 10643893. OLE color: 10643893.
HSL color Cylindrical-coordinate representation of color #B569A2: hue angle of 315º 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 #B569A2 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 162 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.29 |
| HSL | 315º | 0.34% | 0.56% | - |
| HSV(B) | 315º | 0.42% | 0.71% | - |
| XYZ | 30.63 | 22.54 | 36.92 | - |
| YUV | 134.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 162 | 0 | 0.42 | 0.10 | 0.29 | 315 | 0.34 | 0.56 |
| Hex | B5 | 69 | A2 | 0 | 2A | A | 1D | 13B | 22 | 38 |
| Octal | 265 | 151 | 242 | 0 | 52 | 12 | 35 | 473 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10100010 | 0 | 101010 | 1010 | 11101 | 100111011 | 100010 | 111000 |
Color Harmonies of #B569A2
Complementary color
Monochromatic Colors of #B569A2
Black with #B569A2
Text Example
Text Example
White with #B569A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B569A2; }
p { color: rgb(181,105,162); }
H1.HeaderClassName
{
color: #B569A2;
}
.AnyTagClassName
{
color: #B569A2;
}
</style>
background-color css
<style>
a { background-color: #B569A2; }
a { background-color: rgb(181,105,162); }
div.DivClassName
{
background-color: #B569A2;
}
.BgClassName
{
background-color: #B569A2;
}
</style>
border-color css
<style>
span { border-color: #B569A2; }
span { border-color: rgb(181,105,162); }
td.TdClassName
{
border-color: #B569A2;
}
.TagClassName
{
border-color: #B569A2;
}
</style>