Shades of Fuchsia #BF73BC
Tints of Fuchsia #BF73BC
RGB
CMYK
RGB Variations
Color information
#BF73BC (or 0xBF73BC) is known color: Fuchsia. HEX triplet: BF, 73 and BC. RGB value is (191,115,188). Sum of RGB (Red+Green+Blue) = 191+115+188=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73BC is #408C43. Grayscale: #919191. Windows color (decimal): -4230212 or 12350399. OLE color: 12350399.
HSL color Cylindrical-coordinate representation of color #BF73BC: hue angle of 302.37º 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 #BF73BC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 188 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.25 |
| HSL | 302.37º | 0.37% | 0.6% | - |
| HSV(B) | 302.37º | 0.4% | 0.75% | - |
| XYZ | 36.69 | 26.97 | 50.85 | - |
| YUV | 146.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 188 | 0 | 0.40 | 0.02 | 0.25 | 302.37 | 0.37 | 0.6 |
| Hex | BF | 73 | BC | 0 | 28 | 2 | 19 | 12E | 25 | 3C |
| Octal | 277 | 163 | 274 | 0 | 50 | 2 | 31 | 456 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10111100 | 0 | 101000 | 10 | 11001 | 100101110 | 100101 | 111100 |
Color Harmonies of #BF73BC
Complementary color
Monochromatic Colors of #BF73BC
Black with #BF73BC
Text Example
Text Example
White with #BF73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73BC; }
p { color: rgb(191,115,188); }
H1.HeaderClassName
{
color: #BF73BC;
}
.AnyTagClassName
{
color: #BF73BC;
}
</style>
background-color css
<style>
a { background-color: #BF73BC; }
a { background-color: rgb(191,115,188); }
div.DivClassName
{
background-color: #BF73BC;
}
.BgClassName
{
background-color: #BF73BC;
}
</style>
border-color css
<style>
span { border-color: #BF73BC; }
span { border-color: rgb(191,115,188); }
td.TdClassName
{
border-color: #BF73BC;
}
.TagClassName
{
border-color: #BF73BC;
}
</style>