Shades of Bouquet #B468A1
Tints of Bouquet #B468A1
RGB
CMYK
RGB Variations
Color information
#B468A1 (or 0xB468A1) is known color: Bouquet. HEX triplet: B4, 68 and A1. RGB value is (180,104,161). Sum of RGB (Red+Green+Blue) = 180+104+161=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B468A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468A1 is #4B975E. Grayscale: #858585. Windows color (decimal): -4953951 or 10578100. OLE color: 10578100.
HSL color Cylindrical-coordinate representation of color #B468A1: hue angle of 315º 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 #B468A1 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 161 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.29 |
| HSL | 315º | 0.34% | 0.56% | - |
| HSV(B) | 315º | 0.42% | 0.71% | - |
| XYZ | 30.21 | 22.18 | 36.41 | - |
| YUV | 133.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 161 | 0 | 0.42 | 0.11 | 0.29 | 315 | 0.34 | 0.56 |
| Hex | B4 | 68 | A1 | 0 | 2A | B | 1D | 13B | 22 | 38 |
| Octal | 264 | 150 | 241 | 0 | 52 | 13 | 35 | 473 | 42 | 70 |
| Binary | 10110100 | 1101000 | 10100001 | 0 | 101010 | 1011 | 11101 | 100111011 | 100010 | 111000 |
Color Harmonies of #B468A1
Complementary color
Monochromatic Colors of #B468A1
Black with #B468A1
Text Example
Text Example
White with #B468A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468A1; }
p { color: rgb(180,104,161); }
H1.HeaderClassName
{
color: #B468A1;
}
.AnyTagClassName
{
color: #B468A1;
}
</style>
background-color css
<style>
a { background-color: #B468A1; }
a { background-color: rgb(180,104,161); }
div.DivClassName
{
background-color: #B468A1;
}
.BgClassName
{
background-color: #B468A1;
}
</style>
border-color css
<style>
span { border-color: #B468A1; }
span { border-color: rgb(180,104,161); }
td.TdClassName
{
border-color: #B468A1;
}
.TagClassName
{
border-color: #B468A1;
}
</style>