Shades of Bouquet #BC74AD
Tints of Bouquet #BC74AD
RGB
CMYK
RGB Variations
Color information
#BC74AD (or 0xBC74AD) is known color: Bouquet. HEX triplet: BC, 74 and AD. RGB value is (188,116,173). Sum of RGB (Red+Green+Blue) = 188+116+173=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74AD is #438B52. Grayscale: #8F8F8F. Windows color (decimal): -4426579 or 11367612. OLE color: 11367612.
HSL color Cylindrical-coordinate representation of color #BC74AD: hue angle of 312.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC74AD is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 173 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.26 |
| HSL | 312.5º | 0.35% | 0.6% | - |
| HSV(B) | 312.5º | 0.38% | 0.74% | - |
| XYZ | 34.53 | 26.2 | 42.77 | - |
| YUV | 144.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 173 | 0 | 0.38 | 0.08 | 0.26 | 312.5 | 0.35 | 0.6 |
| Hex | BC | 74 | AD | 0 | 26 | 8 | 1A | 138 | 23 | 3C |
| Octal | 274 | 164 | 255 | 0 | 46 | 10 | 32 | 470 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10101101 | 0 | 100110 | 1000 | 11010 | 100111000 | 100011 | 111100 |
Color Harmonies of #BC74AD
Complementary color
Monochromatic Colors of #BC74AD
Black with #BC74AD
Text Example
Text Example
White with #BC74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74AD; }
p { color: rgb(188,116,173); }
H1.HeaderClassName
{
color: #BC74AD;
}
.AnyTagClassName
{
color: #BC74AD;
}
</style>
background-color css
<style>
a { background-color: #BC74AD; }
a { background-color: rgb(188,116,173); }
div.DivClassName
{
background-color: #BC74AD;
}
.BgClassName
{
background-color: #BC74AD;
}
</style>
border-color css
<style>
span { border-color: #BC74AD; }
span { border-color: rgb(188,116,173); }
td.TdClassName
{
border-color: #BC74AD;
}
.TagClassName
{
border-color: #BC74AD;
}
</style>