Shades of Bouquet #B275A4
Tints of Bouquet #B275A4
RGB
CMYK
RGB Variations
Color information
#B275A4 (or 0xB275A4) is known color: Bouquet. HEX triplet: B2, 75 and A4. RGB value is (178,117,164). Sum of RGB (Red+Green+Blue) = 178+117+164=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A4 is #4D8A5B. Grayscale: #8C8C8C. Windows color (decimal): -5081692 or 10778034. OLE color: 10778034.
HSL color Cylindrical-coordinate representation of color #B275A4: hue angle of 313.77º 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 #B275A4 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 164 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.30 |
| HSL | 313.77º | 0.28% | 0.58% | - |
| HSV(B) | 313.77º | 0.34% | 0.7% | - |
| XYZ | 31.42 | 24.87 | 38.27 | - |
| YUV | 140.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 164 | 0 | 0.34 | 0.08 | 0.30 | 313.77 | 0.28 | 0.58 |
| Hex | B2 | 75 | A4 | 0 | 22 | 8 | 1E | 13A | 1C | 3A |
| Octal | 262 | 165 | 244 | 0 | 42 | 10 | 36 | 472 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10100100 | 0 | 100010 | 1000 | 11110 | 100111010 | 11100 | 111010 |
Color Harmonies of #B275A4
Complementary color
Monochromatic Colors of #B275A4
Black with #B275A4
Text Example
Text Example
White with #B275A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275A4; }
p { color: rgb(178,117,164); }
H1.HeaderClassName
{
color: #B275A4;
}
.AnyTagClassName
{
color: #B275A4;
}
</style>
background-color css
<style>
a { background-color: #B275A4; }
a { background-color: rgb(178,117,164); }
div.DivClassName
{
background-color: #B275A4;
}
.BgClassName
{
background-color: #B275A4;
}
</style>
border-color css
<style>
span { border-color: #B275A4; }
span { border-color: rgb(178,117,164); }
td.TdClassName
{
border-color: #B275A4;
}
.TagClassName
{
border-color: #B275A4;
}
</style>