Shades of Bouquet #B275A0
Tints of Bouquet #B275A0
RGB
CMYK
RGB Variations
Color information
#B275A0 (or 0xB275A0) is known color: Bouquet. HEX triplet: B2, 75 and A0. RGB value is (178,117,160). Sum of RGB (Red+Green+Blue) = 178+117+160=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A0 is #4D8A5F. Grayscale: #8C8C8C. Windows color (decimal): -5081696 or 10515890. OLE color: 10515890.
HSL color Cylindrical-coordinate representation of color #B275A0: hue angle of 317.7º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B275A0 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 160 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.30 |
| HSL | 317.7º | 0.28% | 0.58% | - |
| HSV(B) | 317.7º | 0.34% | 0.7% | - |
| XYZ | 31.07 | 24.73 | 36.39 | - |
| YUV | 140.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 160 | 0 | 0.34 | 0.10 | 0.30 | 317.7 | 0.28 | 0.58 |
| Hex | B2 | 75 | A0 | 0 | 22 | A | 1E | 13E | 1C | 3A |
| Octal | 262 | 165 | 240 | 0 | 42 | 12 | 36 | 476 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10100000 | 0 | 100010 | 1010 | 11110 | 100111110 | 11100 | 111010 |
Color Harmonies of #B275A0
Complementary color
Monochromatic Colors of #B275A0
Black with #B275A0
Text Example
Text Example
White with #B275A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275A0; }
p { color: rgb(178,117,160); }
H1.HeaderClassName
{
color: #B275A0;
}
.AnyTagClassName
{
color: #B275A0;
}
</style>
background-color css
<style>
a { background-color: #B275A0; }
a { background-color: rgb(178,117,160); }
div.DivClassName
{
background-color: #B275A0;
}
.BgClassName
{
background-color: #B275A0;
}
</style>
border-color css
<style>
span { border-color: #B275A0; }
span { border-color: rgb(178,117,160); }
td.TdClassName
{
border-color: #B275A0;
}
.TagClassName
{
border-color: #B275A0;
}
</style>