Shades of Fuchsia #BF68BC
Tints of Fuchsia #BF68BC
RGB
CMYK
RGB Variations
Color information
#BF68BC (or 0xBF68BC) is known color: Fuchsia. HEX triplet: BF, 68 and BC. RGB value is (191,104,188). Sum of RGB (Red+Green+Blue) = 191+104+188=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68BC is #409743. Grayscale: #8B8B8B. Windows color (decimal): -4233028 or 12347583. OLE color: 12347583.
HSL color Cylindrical-coordinate representation of color #BF68BC: hue angle of 302.07º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF68BC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 188 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.25 |
| HSL | 302.07º | 0.4% | 0.58% | - |
| HSV(B) | 302.07º | 0.46% | 0.75% | - |
| XYZ | 35.51 | 24.61 | 50.45 | - |
| YUV | 139.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 188 | 0 | 0.46 | 0.02 | 0.25 | 302.07 | 0.4 | 0.58 |
| Hex | BF | 68 | BC | 0 | 2E | 2 | 19 | 12E | 28 | 3A |
| Octal | 277 | 150 | 274 | 0 | 56 | 2 | 31 | 456 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10111100 | 0 | 101110 | 10 | 11001 | 100101110 | 101000 | 111010 |
Color Harmonies of #BF68BC
Complementary color
Monochromatic Colors of #BF68BC
Black with #BF68BC
Text Example
Text Example
White with #BF68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68BC; }
p { color: rgb(191,104,188); }
H1.HeaderClassName
{
color: #BF68BC;
}
.AnyTagClassName
{
color: #BF68BC;
}
</style>
background-color css
<style>
a { background-color: #BF68BC; }
a { background-color: rgb(191,104,188); }
div.DivClassName
{
background-color: #BF68BC;
}
.BgClassName
{
background-color: #BF68BC;
}
</style>
border-color css
<style>
span { border-color: #BF68BC; }
span { border-color: rgb(191,104,188); }
td.TdClassName
{
border-color: #BF68BC;
}
.TagClassName
{
border-color: #BF68BC;
}
</style>