Shades of Bouquet #B073A7
Tints of Bouquet #B073A7
RGB
CMYK
RGB Variations
Color information
#B073A7 (or 0xB073A7) is known color: Bouquet. HEX triplet: B0, 73 and A7. RGB value is (176,115,167). Sum of RGB (Red+Green+Blue) = 176+115+167=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B073A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B073A7 is #4F8C58. Grayscale: #8B8B8B. Windows color (decimal): -5213273 or 10974128. OLE color: 10974128.
HSL color Cylindrical-coordinate representation of color #B073A7: hue angle of 308.85º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B073A7 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 167 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.31 |
| HSL | 308.85º | 0.28% | 0.57% | - |
| HSV(B) | 308.85º | 0.35% | 0.69% | - |
| XYZ | 31.01 | 24.28 | 39.61 | - |
| YUV | 139.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 167 | 0 | 0.35 | 0.05 | 0.31 | 308.85 | 0.28 | 0.57 |
| Hex | B0 | 73 | A7 | 0 | 23 | 5 | 1F | 135 | 1C | 39 |
| Octal | 260 | 163 | 247 | 0 | 43 | 5 | 37 | 465 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10100111 | 0 | 100011 | 101 | 11111 | 100110101 | 11100 | 111001 |
Color Harmonies of #B073A7
Complementary color
Monochromatic Colors of #B073A7
Black with #B073A7
Text Example
Text Example
White with #B073A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073A7; }
p { color: rgb(176,115,167); }
H1.HeaderClassName
{
color: #B073A7;
}
.AnyTagClassName
{
color: #B073A7;
}
</style>
background-color css
<style>
a { background-color: #B073A7; }
a { background-color: rgb(176,115,167); }
div.DivClassName
{
background-color: #B073A7;
}
.BgClassName
{
background-color: #B073A7;
}
</style>
border-color css
<style>
span { border-color: #B073A7; }
span { border-color: rgb(176,115,167); }
td.TdClassName
{
border-color: #B073A7;
}
.TagClassName
{
border-color: #B073A7;
}
</style>