Shades of Bouquet #B06498
Tints of Bouquet #B06498
RGB
CMYK
RGB Variations
Color information
#B06498 (or 0xB06498) is known color: Bouquet. HEX triplet: B0, 64 and 98. RGB value is (176,100,152). Sum of RGB (Red+Green+Blue) = 176+100+152=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B06498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06498 is #4F9B67. Grayscale: #808080. Windows color (decimal): -5217128 or 9987248. OLE color: 9987248.
HSL color Cylindrical-coordinate representation of color #B06498: hue angle of 318.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06498 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 152 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.31 |
| HSL | 318.95º | 0.32% | 0.54% | - |
| HSV(B) | 318.95º | 0.43% | 0.69% | - |
| XYZ | 28.13 | 20.61 | 32.2 | - |
| YUV | 128.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 152 | 0 | 0.43 | 0.14 | 0.31 | 318.95 | 0.32 | 0.54 |
| Hex | B0 | 64 | 98 | 0 | 2B | E | 1F | 13F | 20 | 36 |
| Octal | 260 | 144 | 230 | 0 | 53 | 16 | 37 | 477 | 40 | 66 |
| Binary | 10110000 | 1100100 | 10011000 | 0 | 101011 | 1110 | 11111 | 100111111 | 100000 | 110110 |
Color Harmonies of #B06498
Complementary color
Monochromatic Colors of #B06498
Black with #B06498
Text Example
Text Example
White with #B06498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06498; }
p { color: rgb(176,100,152); }
H1.HeaderClassName
{
color: #B06498;
}
.AnyTagClassName
{
color: #B06498;
}
</style>
background-color css
<style>
a { background-color: #B06498; }
a { background-color: rgb(176,100,152); }
div.DivClassName
{
background-color: #B06498;
}
.BgClassName
{
background-color: #B06498;
}
</style>
border-color css
<style>
span { border-color: #B06498; }
span { border-color: rgb(176,100,152); }
td.TdClassName
{
border-color: #B06498;
}
.TagClassName
{
border-color: #B06498;
}
</style>