Shades of Bouquet #B470A3
Tints of Bouquet #B470A3
RGB
CMYK
RGB Variations
Color information
#B470A3 (or 0xB470A3) is known color: Bouquet. HEX triplet: B4, 70 and A3. RGB value is (180,112,163). Sum of RGB (Red+Green+Blue) = 180+112+163=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B470A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470A3 is #4B8F5C. Grayscale: #8A8A8A. Windows color (decimal): -4951901 or 10711220. OLE color: 10711220.
HSL color Cylindrical-coordinate representation of color #B470A3: hue angle of 315º 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 #B470A3 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 163 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.29 |
| HSL | 315º | 0.31% | 0.57% | - |
| HSV(B) | 315º | 0.38% | 0.71% | - |
| XYZ | 31.23 | 23.94 | 37.62 | - |
| YUV | 138.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 163 | 0 | 0.38 | 0.09 | 0.29 | 315 | 0.31 | 0.57 |
| Hex | B4 | 70 | A3 | 0 | 26 | 9 | 1D | 13B | 1F | 39 |
| Octal | 264 | 160 | 243 | 0 | 46 | 11 | 35 | 473 | 37 | 71 |
| Binary | 10110100 | 1110000 | 10100011 | 0 | 100110 | 1001 | 11101 | 100111011 | 11111 | 111001 |
Color Harmonies of #B470A3
Complementary color
Monochromatic Colors of #B470A3
Black with #B470A3
Text Example
Text Example
White with #B470A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470A3; }
p { color: rgb(180,112,163); }
H1.HeaderClassName
{
color: #B470A3;
}
.AnyTagClassName
{
color: #B470A3;
}
</style>
background-color css
<style>
a { background-color: #B470A3; }
a { background-color: rgb(180,112,163); }
div.DivClassName
{
background-color: #B470A3;
}
.BgClassName
{
background-color: #B470A3;
}
</style>
border-color css
<style>
span { border-color: #B470A3; }
span { border-color: rgb(180,112,163); }
td.TdClassName
{
border-color: #B470A3;
}
.TagClassName
{
border-color: #B470A3;
}
</style>