Shades of Bouquet #B381A2
Tints of Bouquet #B381A2
RGB
CMYK
RGB Variations
Color information
#B381A2 (or 0xB381A2) is known color: Bouquet. HEX triplet: B3, 81 and A2. RGB value is (179,129,162). Sum of RGB (Red+Green+Blue) = 179+129+162=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B381A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B381A2 is #4C7E5D. Grayscale: #939393. Windows color (decimal): -5013086 or 10650035. OLE color: 10650035.
HSL color Cylindrical-coordinate representation of color #B381A2: hue angle of 320.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B381A2 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 162 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.30 |
| HSL | 320.4º | 0.25% | 0.6% | - |
| HSV(B) | 320.4º | 0.28% | 0.7% | - |
| XYZ | 32.96 | 27.89 | 37.83 | - |
| YUV | 147.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 162 | 0 | 0.28 | 0.09 | 0.30 | 320.4 | 0.25 | 0.6 |
| Hex | B3 | 81 | A2 | 0 | 1C | 9 | 1E | 140 | 19 | 3C |
| Octal | 263 | 201 | 242 | 0 | 34 | 11 | 36 | 500 | 31 | 74 |
| Binary | 10110011 | 10000001 | 10100010 | 0 | 11100 | 1001 | 11110 | 101000000 | 11001 | 111100 |
Color Harmonies of #B381A2
Complementary color
Monochromatic Colors of #B381A2
Black with #B381A2
Text Example
Text Example
White with #B381A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B381A2; }
p { color: rgb(179,129,162); }
H1.HeaderClassName
{
color: #B381A2;
}
.AnyTagClassName
{
color: #B381A2;
}
</style>
background-color css
<style>
a { background-color: #B381A2; }
a { background-color: rgb(179,129,162); }
div.DivClassName
{
background-color: #B381A2;
}
.BgClassName
{
background-color: #B381A2;
}
</style>
border-color css
<style>
span { border-color: #B381A2; }
span { border-color: rgb(179,129,162); }
td.TdClassName
{
border-color: #B381A2;
}
.TagClassName
{
border-color: #B381A2;
}
</style>