Shades of Bouquet #B470A4
Tints of Bouquet #B470A4
RGB
CMYK
RGB Variations
Color information
#B470A4 (or 0xB470A4) is known color: Bouquet. HEX triplet: B4, 70 and A4. RGB value is (180,112,164). Sum of RGB (Red+Green+Blue) = 180+112+164=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B470A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470A4 is #4B8F5B. Grayscale: #8A8A8A. Windows color (decimal): -4951900 or 10776756. OLE color: 10776756.
HSL color Cylindrical-coordinate representation of color #B470A4: hue angle of 314.12º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B470A4 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 164 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.29 |
| HSL | 314.12º | 0.31% | 0.57% | - |
| HSV(B) | 314.12º | 0.38% | 0.71% | - |
| XYZ | 31.32 | 23.97 | 38.1 | - |
| YUV | 138.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 164 | 0 | 0.38 | 0.09 | 0.29 | 314.12 | 0.31 | 0.57 |
| Hex | B4 | 70 | A4 | 0 | 26 | 9 | 1D | 13A | 1F | 39 |
| Octal | 264 | 160 | 244 | 0 | 46 | 11 | 35 | 472 | 37 | 71 |
| Binary | 10110100 | 1110000 | 10100100 | 0 | 100110 | 1001 | 11101 | 100111010 | 11111 | 111001 |
Color Harmonies of #B470A4
Complementary color
Monochromatic Colors of #B470A4
Black with #B470A4
Text Example
Text Example
White with #B470A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470A4; }
p { color: rgb(180,112,164); }
H1.HeaderClassName
{
color: #B470A4;
}
.AnyTagClassName
{
color: #B470A4;
}
</style>
background-color css
<style>
a { background-color: #B470A4; }
a { background-color: rgb(180,112,164); }
div.DivClassName
{
background-color: #B470A4;
}
.BgClassName
{
background-color: #B470A4;
}
</style>
border-color css
<style>
span { border-color: #B470A4; }
span { border-color: rgb(180,112,164); }
td.TdClassName
{
border-color: #B470A4;
}
.TagClassName
{
border-color: #B470A4;
}
</style>