Shades of Bouquet #B375A0
Tints of Bouquet #B375A0
RGB
CMYK
RGB Variations
Color information
#B375A0 (or 0xB375A0) is known color: Bouquet. HEX triplet: B3, 75 and A0. RGB value is (179,117,160). Sum of RGB (Red+Green+Blue) = 179+117+160=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B375A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B375A0 is #4C8A5F. Grayscale: #8C8C8C. Windows color (decimal): -5016160 or 10515891. OLE color: 10515891.
HSL color Cylindrical-coordinate representation of color #B375A0: hue angle of 318.39º 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 #B375A0 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 160 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.30 |
| HSL | 318.39º | 0.29% | 0.58% | - |
| HSV(B) | 318.39º | 0.35% | 0.7% | - |
| XYZ | 31.3 | 24.84 | 36.4 | - |
| YUV | 140.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 160 | 0 | 0.35 | 0.11 | 0.30 | 318.39 | 0.29 | 0.58 |
| Hex | B3 | 75 | A0 | 0 | 23 | B | 1E | 13E | 1D | 3A |
| Octal | 263 | 165 | 240 | 0 | 43 | 13 | 36 | 476 | 35 | 72 |
| Binary | 10110011 | 1110101 | 10100000 | 0 | 100011 | 1011 | 11110 | 100111110 | 11101 | 111010 |
Color Harmonies of #B375A0
Complementary color
Monochromatic Colors of #B375A0
Black with #B375A0
Text Example
Text Example
White with #B375A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375A0; }
p { color: rgb(179,117,160); }
H1.HeaderClassName
{
color: #B375A0;
}
.AnyTagClassName
{
color: #B375A0;
}
</style>
background-color css
<style>
a { background-color: #B375A0; }
a { background-color: rgb(179,117,160); }
div.DivClassName
{
background-color: #B375A0;
}
.BgClassName
{
background-color: #B375A0;
}
</style>
border-color css
<style>
span { border-color: #B375A0; }
span { border-color: rgb(179,117,160); }
td.TdClassName
{
border-color: #B375A0;
}
.TagClassName
{
border-color: #B375A0;
}
</style>