Shades of Bouquet #BD6BA3
Tints of Bouquet #BD6BA3
RGB
CMYK
RGB Variations
Color information
#BD6BA3 (or 0xBD6BA3) is known color: Bouquet. HEX triplet: BD, 6B and A3. RGB value is (189,107,163). Sum of RGB (Red+Green+Blue) = 189+107+163=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6BA3 is #42945C. Grayscale: #898989. Windows color (decimal): -4363357 or 10709949. OLE color: 10709949.
HSL color Cylindrical-coordinate representation of color #BD6BA3: hue angle of 319.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6BA3 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 163 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.26 |
| HSL | 319.02º | 0.38% | 0.58% | - |
| HSV(B) | 319.02º | 0.43% | 0.74% | - |
| XYZ | 32.85 | 23.98 | 37.55 | - |
| YUV | 137.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 163 | 0 | 0.43 | 0.14 | 0.26 | 319.02 | 0.38 | 0.58 |
| Hex | BD | 6B | A3 | 0 | 2B | E | 1A | 13F | 26 | 3A |
| Octal | 275 | 153 | 243 | 0 | 53 | 16 | 32 | 477 | 46 | 72 |
| Binary | 10111101 | 1101011 | 10100011 | 0 | 101011 | 1110 | 11010 | 100111111 | 100110 | 111010 |
Color Harmonies of #BD6BA3
Complementary color
Monochromatic Colors of #BD6BA3
Black with #BD6BA3
Text Example
Text Example
White with #BD6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BA3; }
p { color: rgb(189,107,163); }
H1.HeaderClassName
{
color: #BD6BA3;
}
.AnyTagClassName
{
color: #BD6BA3;
}
</style>
background-color css
<style>
a { background-color: #BD6BA3; }
a { background-color: rgb(189,107,163); }
div.DivClassName
{
background-color: #BD6BA3;
}
.BgClassName
{
background-color: #BD6BA3;
}
</style>
border-color css
<style>
span { border-color: #BD6BA3; }
span { border-color: rgb(189,107,163); }
td.TdClassName
{
border-color: #BD6BA3;
}
.TagClassName
{
border-color: #BD6BA3;
}
</style>