Shades of Bouquet #B06398
Tints of Bouquet #B06398
RGB
CMYK
RGB Variations
Color information
#B06398 (or 0xB06398) is known color: Bouquet. HEX triplet: B0, 63 and 98. RGB value is (176,99,152). Sum of RGB (Red+Green+Blue) = 176+99+152=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B06398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06398 is #4F9C67. Grayscale: #7F7F7F. Windows color (decimal): -5217384 or 9986992. OLE color: 9986992.
HSL color Cylindrical-coordinate representation of color #B06398: hue angle of 318.7º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06398 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 152 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.31 |
| HSL | 318.7º | 0.33% | 0.54% | - |
| HSV(B) | 318.7º | 0.44% | 0.69% | - |
| XYZ | 28.03 | 20.42 | 32.17 | - |
| YUV | 128.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 152 | 0 | 0.44 | 0.14 | 0.31 | 318.7 | 0.33 | 0.54 |
| Hex | B0 | 63 | 98 | 0 | 2C | E | 1F | 13F | 21 | 36 |
| Octal | 260 | 143 | 230 | 0 | 54 | 16 | 37 | 477 | 41 | 66 |
| Binary | 10110000 | 1100011 | 10011000 | 0 | 101100 | 1110 | 11111 | 100111111 | 100001 | 110110 |
Color Harmonies of #B06398
Complementary color
Monochromatic Colors of #B06398
Black with #B06398
Text Example
Text Example
White with #B06398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06398; }
p { color: rgb(176,99,152); }
H1.HeaderClassName
{
color: #B06398;
}
.AnyTagClassName
{
color: #B06398;
}
</style>
background-color css
<style>
a { background-color: #B06398; }
a { background-color: rgb(176,99,152); }
div.DivClassName
{
background-color: #B06398;
}
.BgClassName
{
background-color: #B06398;
}
</style>
border-color css
<style>
span { border-color: #B06398; }
span { border-color: rgb(176,99,152); }
td.TdClassName
{
border-color: #B06398;
}
.TagClassName
{
border-color: #B06398;
}
</style>