Shades of Bouquet #B472A3
Tints of Bouquet #B472A3
RGB
CMYK
RGB Variations
Color information
#B472A3 (or 0xB472A3) is known color: Bouquet. HEX triplet: B4, 72 and A3. RGB value is (180,114,163). Sum of RGB (Red+Green+Blue) = 180+114+163=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B472A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472A3 is #4B8D5C. Grayscale: #8B8B8B. Windows color (decimal): -4951389 or 10711732. OLE color: 10711732.
HSL color Cylindrical-coordinate representation of color #B472A3: hue angle of 315.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B472A3 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 163 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.29 |
| HSL | 315.45º | 0.31% | 0.58% | - |
| HSV(B) | 315.45º | 0.37% | 0.71% | - |
| XYZ | 31.45 | 24.38 | 37.7 | - |
| YUV | 139.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 163 | 0 | 0.37 | 0.09 | 0.29 | 315.45 | 0.31 | 0.58 |
| Hex | B4 | 72 | A3 | 0 | 25 | 9 | 1D | 13B | 1F | 3A |
| Octal | 264 | 162 | 243 | 0 | 45 | 11 | 35 | 473 | 37 | 72 |
| Binary | 10110100 | 1110010 | 10100011 | 0 | 100101 | 1001 | 11101 | 100111011 | 11111 | 111010 |
Color Harmonies of #B472A3
Complementary color
Monochromatic Colors of #B472A3
Black with #B472A3
Text Example
Text Example
White with #B472A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472A3; }
p { color: rgb(180,114,163); }
H1.HeaderClassName
{
color: #B472A3;
}
.AnyTagClassName
{
color: #B472A3;
}
</style>
background-color css
<style>
a { background-color: #B472A3; }
a { background-color: rgb(180,114,163); }
div.DivClassName
{
background-color: #B472A3;
}
.BgClassName
{
background-color: #B472A3;
}
</style>
border-color css
<style>
span { border-color: #B472A3; }
span { border-color: rgb(180,114,163); }
td.TdClassName
{
border-color: #B472A3;
}
.TagClassName
{
border-color: #B472A3;
}
</style>