Shades of Bouquet #BD74A8
Tints of Bouquet #BD74A8
RGB
CMYK
RGB Variations
Color information
#BD74A8 (or 0xBD74A8) is known color: Bouquet. HEX triplet: BD, 74 and A8. RGB value is (189,116,168). Sum of RGB (Red+Green+Blue) = 189+116+168=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD74A8 is #428B57. Grayscale: #8F8F8F. Windows color (decimal): -4361048 or 11039933. OLE color: 11039933.
HSL color Cylindrical-coordinate representation of color #BD74A8: hue angle of 317.26º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD74A8 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 168 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.26 |
| HSL | 317.26º | 0.36% | 0.6% | - |
| HSV(B) | 317.26º | 0.39% | 0.74% | - |
| XYZ | 34.3 | 26.14 | 40.28 | - |
| YUV | 143.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 168 | 0 | 0.39 | 0.11 | 0.26 | 317.26 | 0.36 | 0.6 |
| Hex | BD | 74 | A8 | 0 | 27 | B | 1A | 13D | 24 | 3C |
| Octal | 275 | 164 | 250 | 0 | 47 | 13 | 32 | 475 | 44 | 74 |
| Binary | 10111101 | 1110100 | 10101000 | 0 | 100111 | 1011 | 11010 | 100111101 | 100100 | 111100 |
Color Harmonies of #BD74A8
Complementary color
Monochromatic Colors of #BD74A8
Black with #BD74A8
Text Example
Text Example
White with #BD74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74A8; }
p { color: rgb(189,116,168); }
H1.HeaderClassName
{
color: #BD74A8;
}
.AnyTagClassName
{
color: #BD74A8;
}
</style>
background-color css
<style>
a { background-color: #BD74A8; }
a { background-color: rgb(189,116,168); }
div.DivClassName
{
background-color: #BD74A8;
}
.BgClassName
{
background-color: #BD74A8;
}
</style>
border-color css
<style>
span { border-color: #BD74A8; }
span { border-color: rgb(189,116,168); }
td.TdClassName
{
border-color: #BD74A8;
}
.TagClassName
{
border-color: #BD74A8;
}
</style>