Shades of Bouquet #BD74AD
Tints of Bouquet #BD74AD
RGB
CMYK
RGB Variations
Color information
#BD74AD (or 0xBD74AD) is known color: Bouquet. HEX triplet: BD, 74 and AD. RGB value is (189,116,173). Sum of RGB (Red+Green+Blue) = 189+116+173=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD74AD is #428B52. Grayscale: #909090. Windows color (decimal): -4361043 or 11367613. OLE color: 11367613.
HSL color Cylindrical-coordinate representation of color #BD74AD: hue angle of 313.15º 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 #BD74AD is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 173 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.26 |
| HSL | 313.15º | 0.36% | 0.6% | - |
| HSV(B) | 313.15º | 0.39% | 0.74% | - |
| XYZ | 34.77 | 26.33 | 42.78 | - |
| YUV | 144.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 173 | 0 | 0.39 | 0.08 | 0.26 | 313.15 | 0.36 | 0.6 |
| Hex | BD | 74 | AD | 0 | 27 | 8 | 1A | 139 | 24 | 3C |
| Octal | 275 | 164 | 255 | 0 | 47 | 10 | 32 | 471 | 44 | 74 |
| Binary | 10111101 | 1110100 | 10101101 | 0 | 100111 | 1000 | 11010 | 100111001 | 100100 | 111100 |
Color Harmonies of #BD74AD
Complementary color
Monochromatic Colors of #BD74AD
Black with #BD74AD
Text Example
Text Example
White with #BD74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74AD; }
p { color: rgb(189,116,173); }
H1.HeaderClassName
{
color: #BD74AD;
}
.AnyTagClassName
{
color: #BD74AD;
}
</style>
background-color css
<style>
a { background-color: #BD74AD; }
a { background-color: rgb(189,116,173); }
div.DivClassName
{
background-color: #BD74AD;
}
.BgClassName
{
background-color: #BD74AD;
}
</style>
border-color css
<style>
span { border-color: #BD74AD; }
span { border-color: rgb(189,116,173); }
td.TdClassName
{
border-color: #BD74AD;
}
.TagClassName
{
border-color: #BD74AD;
}
</style>