Shades of Bouquet #BD6FA4
Tints of Bouquet #BD6FA4
RGB
CMYK
RGB Variations
Color information
#BD6FA4 (or 0xBD6FA4) is known color: Bouquet. HEX triplet: BD, 6F and A4. RGB value is (189,111,164). Sum of RGB (Red+Green+Blue) = 189+111+164=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FA4 is #42905B. Grayscale: #8C8C8C. Windows color (decimal): -4362332 or 10776509. OLE color: 10776509.
HSL color Cylindrical-coordinate representation of color #BD6FA4: hue angle of 319.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6FA4 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 164 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.26 |
| HSL | 319.23º | 0.37% | 0.59% | - |
| HSV(B) | 319.23º | 0.41% | 0.74% | - |
| XYZ | 33.37 | 24.87 | 38.16 | - |
| YUV | 140.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 164 | 0 | 0.41 | 0.13 | 0.26 | 319.23 | 0.37 | 0.59 |
| Hex | BD | 6F | A4 | 0 | 29 | D | 1A | 13F | 25 | 3B |
| Octal | 275 | 157 | 244 | 0 | 51 | 15 | 32 | 477 | 45 | 73 |
| Binary | 10111101 | 1101111 | 10100100 | 0 | 101001 | 1101 | 11010 | 100111111 | 100101 | 111011 |
Color Harmonies of #BD6FA4
Complementary color
Monochromatic Colors of #BD6FA4
Black with #BD6FA4
Text Example
Text Example
White with #BD6FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FA4; }
p { color: rgb(189,111,164); }
H1.HeaderClassName
{
color: #BD6FA4;
}
.AnyTagClassName
{
color: #BD6FA4;
}
</style>
background-color css
<style>
a { background-color: #BD6FA4; }
a { background-color: rgb(189,111,164); }
div.DivClassName
{
background-color: #BD6FA4;
}
.BgClassName
{
background-color: #BD6FA4;
}
</style>
border-color css
<style>
span { border-color: #BD6FA4; }
span { border-color: rgb(189,111,164); }
td.TdClassName
{
border-color: #BD6FA4;
}
.TagClassName
{
border-color: #BD6FA4;
}
</style>