Shades of Bouquet #B468A0
Tints of Bouquet #B468A0
RGB
CMYK
RGB Variations
Color information
#B468A0 (or 0xB468A0) is known color: Bouquet. HEX triplet: B4, 68 and A0. RGB value is (180,104,160). Sum of RGB (Red+Green+Blue) = 180+104+160=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B468A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468A0 is #4B975F. Grayscale: #848484. Windows color (decimal): -4953952 or 10512564. OLE color: 10512564.
HSL color Cylindrical-coordinate representation of color #B468A0: hue angle of 315.79º 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 #B468A0 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 160 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.29 |
| HSL | 315.79º | 0.34% | 0.56% | - |
| HSV(B) | 315.79º | 0.42% | 0.71% | - |
| XYZ | 30.12 | 22.14 | 35.94 | - |
| YUV | 133.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 160 | 0 | 0.42 | 0.11 | 0.29 | 315.79 | 0.34 | 0.56 |
| Hex | B4 | 68 | A0 | 0 | 2A | B | 1D | 13C | 22 | 38 |
| Octal | 264 | 150 | 240 | 0 | 52 | 13 | 35 | 474 | 42 | 70 |
| Binary | 10110100 | 1101000 | 10100000 | 0 | 101010 | 1011 | 11101 | 100111100 | 100010 | 111000 |
Color Harmonies of #B468A0
Complementary color
Monochromatic Colors of #B468A0
Black with #B468A0
Text Example
Text Example
White with #B468A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468A0; }
p { color: rgb(180,104,160); }
H1.HeaderClassName
{
color: #B468A0;
}
.AnyTagClassName
{
color: #B468A0;
}
</style>
background-color css
<style>
a { background-color: #B468A0; }
a { background-color: rgb(180,104,160); }
div.DivClassName
{
background-color: #B468A0;
}
.BgClassName
{
background-color: #B468A0;
}
</style>
border-color css
<style>
span { border-color: #B468A0; }
span { border-color: rgb(180,104,160); }
td.TdClassName
{
border-color: #B468A0;
}
.TagClassName
{
border-color: #B468A0;
}
</style>