Shades of Bouquet #B568A1
Tints of Bouquet #B568A1
RGB
CMYK
RGB Variations
Color information
#B568A1 (or 0xB568A1) is known color: Bouquet. HEX triplet: B5, 68 and A1. RGB value is (181,104,161). Sum of RGB (Red+Green+Blue) = 181+104+161=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B568A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568A1 is #4A975E. Grayscale: #858585. Windows color (decimal): -4888415 or 10578101. OLE color: 10578101.
HSL color Cylindrical-coordinate representation of color #B568A1: hue angle of 315.58º 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 #B568A1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 161 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.29 |
| HSL | 315.58º | 0.34% | 0.56% | - |
| HSV(B) | 315.58º | 0.43% | 0.71% | - |
| XYZ | 30.44 | 22.3 | 36.42 | - |
| YUV | 133.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 161 | 0 | 0.43 | 0.11 | 0.29 | 315.58 | 0.34 | 0.56 |
| Hex | B5 | 68 | A1 | 0 | 2B | B | 1D | 13C | 22 | 38 |
| Octal | 265 | 150 | 241 | 0 | 53 | 13 | 35 | 474 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10100001 | 0 | 101011 | 1011 | 11101 | 100111100 | 100010 | 111000 |
Color Harmonies of #B568A1
Complementary color
Monochromatic Colors of #B568A1
Black with #B568A1
Text Example
Text Example
White with #B568A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568A1; }
p { color: rgb(181,104,161); }
H1.HeaderClassName
{
color: #B568A1;
}
.AnyTagClassName
{
color: #B568A1;
}
</style>
background-color css
<style>
a { background-color: #B568A1; }
a { background-color: rgb(181,104,161); }
div.DivClassName
{
background-color: #B568A1;
}
.BgClassName
{
background-color: #B568A1;
}
</style>
border-color css
<style>
span { border-color: #B568A1; }
span { border-color: rgb(181,104,161); }
td.TdClassName
{
border-color: #B568A1;
}
.TagClassName
{
border-color: #B568A1;
}
</style>