Shades of Bouquet #B578A5
Tints of Bouquet #B578A5
RGB
CMYK
RGB Variations
Color information
#B578A5 (or 0xB578A5) is known color: Bouquet. HEX triplet: B5, 78 and A5. RGB value is (181,120,165). Sum of RGB (Red+Green+Blue) = 181+120+165=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B578A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B578A5 is #4A875A. Grayscale: #8F8F8F. Windows color (decimal): -4884315 or 10844341. OLE color: 10844341.
HSL color Cylindrical-coordinate representation of color #B578A5: hue angle of 315.74º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B578A5 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 165 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.29 |
| HSL | 315.74º | 0.29% | 0.59% | - |
| HSV(B) | 315.74º | 0.34% | 0.71% | - |
| XYZ | 32.56 | 25.97 | 38.89 | - |
| YUV | 143.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 165 | 0 | 0.34 | 0.09 | 0.29 | 315.74 | 0.29 | 0.59 |
| Hex | B5 | 78 | A5 | 0 | 22 | 9 | 1D | 13C | 1D | 3B |
| Octal | 265 | 170 | 245 | 0 | 42 | 11 | 35 | 474 | 35 | 73 |
| Binary | 10110101 | 1111000 | 10100101 | 0 | 100010 | 1001 | 11101 | 100111100 | 11101 | 111011 |
Color Harmonies of #B578A5
Complementary color
Monochromatic Colors of #B578A5
Black with #B578A5
Text Example
Text Example
White with #B578A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578A5; }
p { color: rgb(181,120,165); }
H1.HeaderClassName
{
color: #B578A5;
}
.AnyTagClassName
{
color: #B578A5;
}
</style>
background-color css
<style>
a { background-color: #B578A5; }
a { background-color: rgb(181,120,165); }
div.DivClassName
{
background-color: #B578A5;
}
.BgClassName
{
background-color: #B578A5;
}
</style>
border-color css
<style>
span { border-color: #B578A5; }
span { border-color: rgb(181,120,165); }
td.TdClassName
{
border-color: #B578A5;
}
.TagClassName
{
border-color: #B578A5;
}
</style>