Shades of Bouquet #B2679A
Tints of Bouquet #B2679A
RGB
CMYK
RGB Variations
Color information
#B2679A (or 0xB2679A) is known color: Bouquet. HEX triplet: B2, 67 and 9A. RGB value is (178,103,154). Sum of RGB (Red+Green+Blue) = 178+103+154=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2679A is #4D9865. Grayscale: #838383. Windows color (decimal): -5085286 or 10119090. OLE color: 10119090.
HSL color Cylindrical-coordinate representation of color #B2679A: hue angle of 319.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2679A is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 103 | 154 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.30 |
| HSL | 319.2º | 0.33% | 0.55% | - |
| HSV(B) | 319.2º | 0.42% | 0.7% | - |
| XYZ | 29.04 | 21.5 | 33.19 | - |
| YUV | 131.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 103 | 154 | 0 | 0.42 | 0.13 | 0.30 | 319.2 | 0.33 | 0.55 |
| Hex | B2 | 67 | 9A | 0 | 2A | D | 1E | 13F | 21 | 37 |
| Octal | 262 | 147 | 232 | 0 | 52 | 15 | 36 | 477 | 41 | 67 |
| Binary | 10110010 | 1100111 | 10011010 | 0 | 101010 | 1101 | 11110 | 100111111 | 100001 | 110111 |
Color Harmonies of #B2679A
Complementary color
Monochromatic Colors of #B2679A
Black with #B2679A
Text Example
Text Example
White with #B2679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2679A; }
p { color: rgb(178,103,154); }
H1.HeaderClassName
{
color: #B2679A;
}
.AnyTagClassName
{
color: #B2679A;
}
</style>
background-color css
<style>
a { background-color: #B2679A; }
a { background-color: rgb(178,103,154); }
div.DivClassName
{
background-color: #B2679A;
}
.BgClassName
{
background-color: #B2679A;
}
</style>
border-color css
<style>
span { border-color: #B2679A; }
span { border-color: rgb(178,103,154); }
td.TdClassName
{
border-color: #B2679A;
}
.TagClassName
{
border-color: #B2679A;
}
</style>