Shades of Bouquet #B5819E
Tints of Bouquet #B5819E
RGB
CMYK
RGB Variations
Color information
#B5819E (or 0xB5819E) is known color: Bouquet. HEX triplet: B5, 81 and 9E. RGB value is (181,129,158). Sum of RGB (Red+Green+Blue) = 181+129+158=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5819E is #4A7E61. Grayscale: #939393. Windows color (decimal): -4882018 or 10387893. OLE color: 10387893.
HSL color Cylindrical-coordinate representation of color #B5819E: hue angle of 326.54º 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 #B5819E is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 158 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.29 |
| HSL | 326.54º | 0.26% | 0.61% | - |
| HSV(B) | 326.54º | 0.29% | 0.71% | - |
| XYZ | 33.08 | 27.99 | 36.01 | - |
| YUV | 147.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 158 | 0 | 0.29 | 0.13 | 0.29 | 326.54 | 0.26 | 0.61 |
| Hex | B5 | 81 | 9E | 0 | 1D | D | 1D | 147 | 1A | 3D |
| Octal | 265 | 201 | 236 | 0 | 35 | 15 | 35 | 507 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10011110 | 0 | 11101 | 1101 | 11101 | 101000111 | 11010 | 111101 |
Color Harmonies of #B5819E
Complementary color
Monochromatic Colors of #B5819E
Black with #B5819E
Text Example
Text Example
White with #B5819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5819E; }
p { color: rgb(181,129,158); }
H1.HeaderClassName
{
color: #B5819E;
}
.AnyTagClassName
{
color: #B5819E;
}
</style>
background-color css
<style>
a { background-color: #B5819E; }
a { background-color: rgb(181,129,158); }
div.DivClassName
{
background-color: #B5819E;
}
.BgClassName
{
background-color: #B5819E;
}
</style>
border-color css
<style>
span { border-color: #B5819E; }
span { border-color: rgb(181,129,158); }
td.TdClassName
{
border-color: #B5819E;
}
.TagClassName
{
border-color: #B5819E;
}
</style>