Shades of Bouquet #B5639B
Tints of Bouquet #B5639B
RGB
CMYK
RGB Variations
Color information
#B5639B (or 0xB5639B) is known color: Bouquet. HEX triplet: B5, 63 and 9B. RGB value is (181,99,155). Sum of RGB (Red+Green+Blue) = 181+99+155=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5639B is #4A9C64. Grayscale: #818181. Windows color (decimal): -4889701 or 10183605. OLE color: 10183605.
HSL color Cylindrical-coordinate representation of color #B5639B: hue angle of 319.02º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5639B is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 155 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.29 |
| HSL | 319.02º | 0.36% | 0.55% | - |
| HSV(B) | 319.02º | 0.45% | 0.71% | - |
| XYZ | 29.43 | 21.11 | 33.53 | - |
| YUV | 129.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 155 | 0 | 0.45 | 0.14 | 0.29 | 319.02 | 0.36 | 0.55 |
| Hex | B5 | 63 | 9B | 0 | 2D | E | 1D | 13F | 24 | 37 |
| Octal | 265 | 143 | 233 | 0 | 55 | 16 | 35 | 477 | 44 | 67 |
| Binary | 10110101 | 1100011 | 10011011 | 0 | 101101 | 1110 | 11101 | 100111111 | 100100 | 110111 |
Color Harmonies of #B5639B
Complementary color
Monochromatic Colors of #B5639B
Black with #B5639B
Text Example
Text Example
White with #B5639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5639B; }
p { color: rgb(181,99,155); }
H1.HeaderClassName
{
color: #B5639B;
}
.AnyTagClassName
{
color: #B5639B;
}
</style>
background-color css
<style>
a { background-color: #B5639B; }
a { background-color: rgb(181,99,155); }
div.DivClassName
{
background-color: #B5639B;
}
.BgClassName
{
background-color: #B5639B;
}
</style>
border-color css
<style>
span { border-color: #B5639B; }
span { border-color: rgb(181,99,155); }
td.TdClassName
{
border-color: #B5639B;
}
.TagClassName
{
border-color: #B5639B;
}
</style>