Shades of Bouquet #BF73AC
Tints of Bouquet #BF73AC
RGB
CMYK
RGB Variations
Color information
#BF73AC (or 0xBF73AC) is known color: Bouquet. HEX triplet: BF, 73 and AC. RGB value is (191,115,172). Sum of RGB (Red+Green+Blue) = 191+115+172=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73AC is #408C53. Grayscale: #909090. Windows color (decimal): -4230228 or 11301823. OLE color: 11301823.
HSL color Cylindrical-coordinate representation of color #BF73AC: hue angle of 315º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73AC is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 115 | 172 | - |
CMYK | 0 | 0.40 | 0.10 | 0.25 |
HSL | 315º | 0.37% | 0.6% | - |
HSV(B) | 315º | 0.4% | 0.75% | - |
XYZ | 35.06 | 26.32 | 42.26 | - |
YUV | 144.22 | 143.68 | 161.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 115 | 172 | 0 | 0.40 | 0.10 | 0.25 | 315 | 0.37 | 0.6 |
Hex | BF | 73 | AC | 0 | 28 | A | 19 | 13B | 25 | 3C |
Octal | 277 | 163 | 254 | 0 | 50 | 12 | 31 | 473 | 45 | 74 |
Binary | 10111111 | 1110011 | 10101100 | 0 | 101000 | 1010 | 11001 | 100111011 | 100101 | 111100 |
Color Harmonies of #BF73AC
Complementary color
Monochromatic Colors of #BF73AC
Black with #BF73AC
Text Example
Text Example
White with #BF73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73AC; }
p { color: rgb(191,115,172); }
H1.HeaderClassName
{
color: #BF73AC;
}
.AnyTagClassName
{
color: #BF73AC;
}
</style>
background-color css
<style>
a { background-color: #BF73AC; }
a { background-color: rgb(191,115,172); }
div.DivClassName
{
background-color: #BF73AC;
}
.BgClassName
{
background-color: #BF73AC;
}
</style>
border-color css
<style>
span { border-color: #BF73AC; }
span { border-color: rgb(191,115,172); }
td.TdClassName
{
border-color: #BF73AC;
}
.TagClassName
{
border-color: #BF73AC;
}
</style>