Shades of Bouquet #B375A8
Tints of Bouquet #B375A8
RGB
CMYK
RGB Variations
Color information
#B375A8 (or 0xB375A8) is known color: Bouquet. HEX triplet: B3, 75 and A8. RGB value is (179,117,168). Sum of RGB (Red+Green+Blue) = 179+117+168=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A8 is #4C8A57. Grayscale: #8D8D8D. Windows color (decimal): -5016152 or 11040179. OLE color: 11040179.
HSL color Cylindrical-coordinate representation of color #B375A8: hue angle of 310.65º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B375A8 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 168 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.30 |
| HSL | 310.65º | 0.29% | 0.58% | - |
| HSV(B) | 310.65º | 0.35% | 0.7% | - |
| XYZ | 32.02 | 25.13 | 40.21 | - |
| YUV | 141.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 168 | 0 | 0.35 | 0.06 | 0.30 | 310.65 | 0.29 | 0.58 |
| Hex | B3 | 75 | A8 | 0 | 23 | 6 | 1E | 137 | 1D | 3A |
| Octal | 263 | 165 | 250 | 0 | 43 | 6 | 36 | 467 | 35 | 72 |
| Binary | 10110011 | 1110101 | 10101000 | 0 | 100011 | 110 | 11110 | 100110111 | 11101 | 111010 |
Color Harmonies of #B375A8
Complementary color
Monochromatic Colors of #B375A8
Black with #B375A8
Text Example
Text Example
White with #B375A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375A8; }
p { color: rgb(179,117,168); }
H1.HeaderClassName
{
color: #B375A8;
}
.AnyTagClassName
{
color: #B375A8;
}
</style>
background-color css
<style>
a { background-color: #B375A8; }
a { background-color: rgb(179,117,168); }
div.DivClassName
{
background-color: #B375A8;
}
.BgClassName
{
background-color: #B375A8;
}
</style>
border-color css
<style>
span { border-color: #B375A8; }
span { border-color: rgb(179,117,168); }
td.TdClassName
{
border-color: #B375A8;
}
.TagClassName
{
border-color: #B375A8;
}
</style>