Shades of Bouquet #BD7FAA
Tints of Bouquet #BD7FAA
RGB
CMYK
RGB Variations
Color information
#BD7FAA (or 0xBD7FAA) is known color: Bouquet. HEX triplet: BD, 7F and AA. RGB value is (189,127,170). Sum of RGB (Red+Green+Blue) = 189+127+170=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7FAA is #428055. Grayscale: #969696. Windows color (decimal): -4358230 or 11173821. OLE color: 11173821.
HSL color Cylindrical-coordinate representation of color #BD7FAA: hue angle of 318.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7FAA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 170 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.26 |
| HSL | 318.39º | 0.32% | 0.62% | - |
| HSV(B) | 318.39º | 0.33% | 0.74% | - |
| XYZ | 35.83 | 28.9 | 41.72 | - |
| YUV | 150.44 | 139.04 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 170 | 0 | 0.33 | 0.10 | 0.26 | 318.39 | 0.32 | 0.62 |
| Hex | BD | 7F | AA | 0 | 21 | A | 1A | 13E | 20 | 3E |
| Octal | 275 | 177 | 252 | 0 | 41 | 12 | 32 | 476 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10101010 | 0 | 100001 | 1010 | 11010 | 100111110 | 100000 | 111110 |
Color Harmonies of #BD7FAA
Complementary color
Monochromatic Colors of #BD7FAA
Black with #BD7FAA
Text Example
Text Example
White with #BD7FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FAA; }
p { color: rgb(189,127,170); }
H1.HeaderClassName
{
color: #BD7FAA;
}
.AnyTagClassName
{
color: #BD7FAA;
}
</style>
background-color css
<style>
a { background-color: #BD7FAA; }
a { background-color: rgb(189,127,170); }
div.DivClassName
{
background-color: #BD7FAA;
}
.BgClassName
{
background-color: #BD7FAA;
}
</style>
border-color css
<style>
span { border-color: #BD7FAA; }
span { border-color: rgb(189,127,170); }
td.TdClassName
{
border-color: #BD7FAA;
}
.TagClassName
{
border-color: #BD7FAA;
}
</style>