Shades of Bouquet #B469A1
Tints of Bouquet #B469A1
RGB
CMYK
RGB Variations
Color information
#B469A1 (or 0xB469A1) is known color: Bouquet. HEX triplet: B4, 69 and A1. RGB value is (180,105,161). Sum of RGB (Red+Green+Blue) = 180+105+161=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A1 is #4B965E. Grayscale: #858585. Windows color (decimal): -4953695 or 10578356. OLE color: 10578356.
HSL color Cylindrical-coordinate representation of color #B469A1: hue angle of 315.2º degrees, saturation: 0.33, 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 #B469A1 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 161 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.29 |
| HSL | 315.2º | 0.33% | 0.56% | - |
| HSV(B) | 315.2º | 0.42% | 0.71% | - |
| XYZ | 30.31 | 22.38 | 36.44 | - |
| YUV | 133.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 161 | 0 | 0.42 | 0.11 | 0.29 | 315.2 | 0.33 | 0.56 |
| Hex | B4 | 69 | A1 | 0 | 2A | B | 1D | 13B | 21 | 38 |
| Octal | 264 | 151 | 241 | 0 | 52 | 13 | 35 | 473 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10100001 | 0 | 101010 | 1011 | 11101 | 100111011 | 100001 | 111000 |
Color Harmonies of #B469A1
Complementary color
Monochromatic Colors of #B469A1
Black with #B469A1
Text Example
Text Example
White with #B469A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B469A1; }
p { color: rgb(180,105,161); }
H1.HeaderClassName
{
color: #B469A1;
}
.AnyTagClassName
{
color: #B469A1;
}
</style>
background-color css
<style>
a { background-color: #B469A1; }
a { background-color: rgb(180,105,161); }
div.DivClassName
{
background-color: #B469A1;
}
.BgClassName
{
background-color: #B469A1;
}
</style>
border-color css
<style>
span { border-color: #B469A1; }
span { border-color: rgb(180,105,161); }
td.TdClassName
{
border-color: #B469A1;
}
.TagClassName
{
border-color: #B469A1;
}
</style>