Shades of Bouquet #BC74A8
Tints of Bouquet #BC74A8
RGB
CMYK
RGB Variations
Color information
#BC74A8 (or 0xBC74A8) is known color: Bouquet. HEX triplet: BC, 74 and A8. RGB value is (188,116,168). Sum of RGB (Red+Green+Blue) = 188+116+168=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC74A8 is #438B57. Grayscale: #8F8F8F. Windows color (decimal): -4426584 or 11039932. OLE color: 11039932.
HSL color Cylindrical-coordinate representation of color #BC74A8: hue angle of 316.67º 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 #BC74A8 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 168 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.26 |
| HSL | 316.67º | 0.35% | 0.6% | - |
| HSV(B) | 316.67º | 0.38% | 0.74% | - |
| XYZ | 34.05 | 26.01 | 40.27 | - |
| YUV | 143.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 168 | 0 | 0.38 | 0.11 | 0.26 | 316.67 | 0.35 | 0.6 |
| Hex | BC | 74 | A8 | 0 | 26 | B | 1A | 13D | 23 | 3C |
| Octal | 274 | 164 | 250 | 0 | 46 | 13 | 32 | 475 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10101000 | 0 | 100110 | 1011 | 11010 | 100111101 | 100011 | 111100 |
Color Harmonies of #BC74A8
Complementary color
Monochromatic Colors of #BC74A8
Black with #BC74A8
Text Example
Text Example
White with #BC74A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC74A8; }
p { color: rgb(188,116,168); }
H1.HeaderClassName
{
color: #BC74A8;
}
.AnyTagClassName
{
color: #BC74A8;
}
</style>
background-color css
<style>
a { background-color: #BC74A8; }
a { background-color: rgb(188,116,168); }
div.DivClassName
{
background-color: #BC74A8;
}
.BgClassName
{
background-color: #BC74A8;
}
</style>
border-color css
<style>
span { border-color: #BC74A8; }
span { border-color: rgb(188,116,168); }
td.TdClassName
{
border-color: #BC74A8;
}
.TagClassName
{
border-color: #BC74A8;
}
</style>