Shades of Bouquet #B275A3
Tints of Bouquet #B275A3
RGB
CMYK
RGB Variations
Color information
#B275A3 (or 0xB275A3) is known color: Bouquet. HEX triplet: B2, 75 and A3. RGB value is (178,117,163). Sum of RGB (Red+Green+Blue) = 178+117+163=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A3 is #4D8A5C. Grayscale: #8C8C8C. Windows color (decimal): -5081693 or 10712498. OLE color: 10712498.
HSL color Cylindrical-coordinate representation of color #B275A3: hue angle of 314.75º 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 #B275A3 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 163 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.30 |
| HSL | 314.75º | 0.28% | 0.58% | - |
| HSV(B) | 314.75º | 0.34% | 0.7% | - |
| XYZ | 31.33 | 24.83 | 37.79 | - |
| YUV | 140.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 163 | 0 | 0.34 | 0.08 | 0.30 | 314.75 | 0.28 | 0.58 |
| Hex | B2 | 75 | A3 | 0 | 22 | 8 | 1E | 13B | 1C | 3A |
| Octal | 262 | 165 | 243 | 0 | 42 | 10 | 36 | 473 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10100011 | 0 | 100010 | 1000 | 11110 | 100111011 | 11100 | 111010 |
Color Harmonies of #B275A3
Complementary color
Monochromatic Colors of #B275A3
Black with #B275A3
Text Example
Text Example
White with #B275A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275A3; }
p { color: rgb(178,117,163); }
H1.HeaderClassName
{
color: #B275A3;
}
.AnyTagClassName
{
color: #B275A3;
}
</style>
background-color css
<style>
a { background-color: #B275A3; }
a { background-color: rgb(178,117,163); }
div.DivClassName
{
background-color: #B275A3;
}
.BgClassName
{
background-color: #B275A3;
}
</style>
border-color css
<style>
span { border-color: #B275A3; }
span { border-color: rgb(178,117,163); }
td.TdClassName
{
border-color: #B275A3;
}
.TagClassName
{
border-color: #B275A3;
}
</style>