Shades of Bouquet #B474A0
Tints of Bouquet #B474A0
RGB
CMYK
RGB Variations
Color information
#B474A0 (or 0xB474A0) is known color: Bouquet. HEX triplet: B4, 74 and A0. RGB value is (180,116,160). Sum of RGB (Red+Green+Blue) = 180+116+160=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B474A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B474A0 is #4B8B5F. Grayscale: #8C8C8C. Windows color (decimal): -4950880 or 10515636. OLE color: 10515636.
HSL color Cylindrical-coordinate representation of color #B474A0: hue angle of 318.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B474A0 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 116 | 160 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.29 |
| HSL | 318.75º | 0.3% | 0.58% | - |
| HSV(B) | 318.75º | 0.36% | 0.71% | - |
| XYZ | 31.41 | 24.73 | 36.38 | - |
| YUV | 140.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 160 | 0 | 0.36 | 0.11 | 0.29 | 318.75 | 0.3 | 0.58 |
| Hex | B4 | 74 | A0 | 0 | 24 | B | 1D | 13F | 1E | 3A |
| Octal | 264 | 164 | 240 | 0 | 44 | 13 | 35 | 477 | 36 | 72 |
| Binary | 10110100 | 1110100 | 10100000 | 0 | 100100 | 1011 | 11101 | 100111111 | 11110 | 111010 |
Color Harmonies of #B474A0
Complementary color
Monochromatic Colors of #B474A0
Black with #B474A0
Text Example
Text Example
White with #B474A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B474A0; }
p { color: rgb(180,116,160); }
H1.HeaderClassName
{
color: #B474A0;
}
.AnyTagClassName
{
color: #B474A0;
}
</style>
background-color css
<style>
a { background-color: #B474A0; }
a { background-color: rgb(180,116,160); }
div.DivClassName
{
background-color: #B474A0;
}
.BgClassName
{
background-color: #B474A0;
}
</style>
border-color css
<style>
span { border-color: #B474A0; }
span { border-color: rgb(180,116,160); }
td.TdClassName
{
border-color: #B474A0;
}
.TagClassName
{
border-color: #B474A0;
}
</style>