Shades of Bouquet #B567A0
Tints of Bouquet #B567A0
RGB
CMYK
RGB Variations
Color information
#B567A0 (or 0xB567A0) is known color: Bouquet. HEX triplet: B5, 67 and A0. RGB value is (181,103,160). Sum of RGB (Red+Green+Blue) = 181+103+160=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B567A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567A0 is #4A985F. Grayscale: #848484. Windows color (decimal): -4888672 or 10512309. OLE color: 10512309.
HSL color Cylindrical-coordinate representation of color #B567A0: hue angle of 316.15º degrees, saturation: 0.35, 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 #B567A0 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 160 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.29 |
| HSL | 316.15º | 0.35% | 0.56% | - |
| HSV(B) | 316.15º | 0.43% | 0.71% | - |
| XYZ | 30.25 | 22.06 | 35.92 | - |
| YUV | 132.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 160 | 0 | 0.43 | 0.12 | 0.29 | 316.15 | 0.35 | 0.56 |
| Hex | B5 | 67 | A0 | 0 | 2B | C | 1D | 13C | 23 | 38 |
| Octal | 265 | 147 | 240 | 0 | 53 | 14 | 35 | 474 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10100000 | 0 | 101011 | 1100 | 11101 | 100111100 | 100011 | 111000 |
Color Harmonies of #B567A0
Complementary color
Monochromatic Colors of #B567A0
Black with #B567A0
Text Example
Text Example
White with #B567A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B567A0; }
p { color: rgb(181,103,160); }
H1.HeaderClassName
{
color: #B567A0;
}
.AnyTagClassName
{
color: #B567A0;
}
</style>
background-color css
<style>
a { background-color: #B567A0; }
a { background-color: rgb(181,103,160); }
div.DivClassName
{
background-color: #B567A0;
}
.BgClassName
{
background-color: #B567A0;
}
</style>
border-color css
<style>
span { border-color: #B567A0; }
span { border-color: rgb(181,103,160); }
td.TdClassName
{
border-color: #B567A0;
}
.TagClassName
{
border-color: #B567A0;
}
</style>