Shades of Bouquet #B568A2
Tints of Bouquet #B568A2
RGB
CMYK
RGB Variations
Color information
#B568A2 (or 0xB568A2) is known color: Bouquet. HEX triplet: B5, 68 and A2. RGB value is (181,104,162). Sum of RGB (Red+Green+Blue) = 181+104+162=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B568A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568A2 is #4A975D. Grayscale: #858585. Windows color (decimal): -4888414 or 10643637. OLE color: 10643637.
HSL color Cylindrical-coordinate representation of color #B568A2: hue angle of 314.81º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B568A2 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 162 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.29 |
| HSL | 314.81º | 0.34% | 0.56% | - |
| HSV(B) | 314.81º | 0.43% | 0.71% | - |
| XYZ | 30.53 | 22.33 | 36.88 | - |
| YUV | 133.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 162 | 0 | 0.43 | 0.10 | 0.29 | 314.81 | 0.34 | 0.56 |
| Hex | B5 | 68 | A2 | 0 | 2B | A | 1D | 13B | 22 | 38 |
| Octal | 265 | 150 | 242 | 0 | 53 | 12 | 35 | 473 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10100010 | 0 | 101011 | 1010 | 11101 | 100111011 | 100010 | 111000 |
Color Harmonies of #B568A2
Complementary color
Monochromatic Colors of #B568A2
Black with #B568A2
Text Example
Text Example
White with #B568A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568A2; }
p { color: rgb(181,104,162); }
H1.HeaderClassName
{
color: #B568A2;
}
.AnyTagClassName
{
color: #B568A2;
}
</style>
background-color css
<style>
a { background-color: #B568A2; }
a { background-color: rgb(181,104,162); }
div.DivClassName
{
background-color: #B568A2;
}
.BgClassName
{
background-color: #B568A2;
}
</style>
border-color css
<style>
span { border-color: #B568A2; }
span { border-color: rgb(181,104,162); }
td.TdClassName
{
border-color: #B568A2;
}
.TagClassName
{
border-color: #B568A2;
}
</style>