Shades of Bouquet #B580A8
Tints of Bouquet #B580A8
RGB
CMYK
RGB Variations
Color information
#B580A8 (or 0xB580A8) is known color: Bouquet. HEX triplet: B5, 80 and A8. RGB value is (181,128,168). Sum of RGB (Red+Green+Blue) = 181+128+168=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B580A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B580A8 is #4A7F57. Grayscale: #949494. Windows color (decimal): -4882264 or 11042997. OLE color: 11042997.
HSL color Cylindrical-coordinate representation of color #B580A8: hue angle of 314.72º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B580A8 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 168 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.29 |
| HSL | 314.72º | 0.26% | 0.61% | - |
| HSV(B) | 314.72º | 0.29% | 0.71% | - |
| XYZ | 33.84 | 28.09 | 40.68 | - |
| YUV | 148.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 168 | 0 | 0.29 | 0.07 | 0.29 | 314.72 | 0.26 | 0.61 |
| Hex | B5 | 80 | A8 | 0 | 1D | 7 | 1D | 13B | 1A | 3D |
| Octal | 265 | 200 | 250 | 0 | 35 | 7 | 35 | 473 | 32 | 75 |
| Binary | 10110101 | 10000000 | 10101000 | 0 | 11101 | 111 | 11101 | 100111011 | 11010 | 111101 |
Color Harmonies of #B580A8
Complementary color
Monochromatic Colors of #B580A8
Black with #B580A8
Text Example
Text Example
White with #B580A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B580A8; }
p { color: rgb(181,128,168); }
H1.HeaderClassName
{
color: #B580A8;
}
.AnyTagClassName
{
color: #B580A8;
}
</style>
background-color css
<style>
a { background-color: #B580A8; }
a { background-color: rgb(181,128,168); }
div.DivClassName
{
background-color: #B580A8;
}
.BgClassName
{
background-color: #B580A8;
}
</style>
border-color css
<style>
span { border-color: #B580A8; }
span { border-color: rgb(181,128,168); }
td.TdClassName
{
border-color: #B580A8;
}
.TagClassName
{
border-color: #B580A8;
}
</style>