Shades of Fuchsia #BF68C5
Tints of Fuchsia #BF68C5
RGB
CMYK
RGB Variations
Color information
#BF68C5 (or 0xBF68C5) is known color: Fuchsia. HEX triplet: BF, 68 and C5. RGB value is (191,104,197). Sum of RGB (Red+Green+Blue) = 191+104+197=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68C5 is #40973A. Grayscale: #8C8C8C. Windows color (decimal): -4233019 or 12937407. OLE color: 12937407.
HSL color Cylindrical-coordinate representation of color #BF68C5: hue angle of 296.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF68C5 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 104 | 197 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.23 |
| HSL | 296.13º | 0.44% | 0.59% | - |
| HSV(B) | 296.13º | 0.47% | 0.77% | - |
| XYZ | 36.51 | 25.01 | 55.73 | - |
| YUV | 140.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 197 | 0.03 | 0.47 | 0 | 0.23 | 296.13 | 0.44 | 0.59 |
| Hex | BF | 68 | C5 | 3 | 2F | 0 | 17 | 128 | 2C | 3B |
| Octal | 277 | 150 | 305 | 3 | 57 | 0 | 27 | 450 | 54 | 73 |
| Binary | 10111111 | 1101000 | 11000101 | 11 | 101111 | 0 | 10111 | 100101000 | 101100 | 111011 |
Color Harmonies of #BF68C5
Complementary color
Monochromatic Colors of #BF68C5
Black with #BF68C5
Text Example
Text Example
White with #BF68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68C5; }
p { color: rgb(191,104,197); }
H1.HeaderClassName
{
color: #BF68C5;
}
.AnyTagClassName
{
color: #BF68C5;
}
</style>
background-color css
<style>
a { background-color: #BF68C5; }
a { background-color: rgb(191,104,197); }
div.DivClassName
{
background-color: #BF68C5;
}
.BgClassName
{
background-color: #BF68C5;
}
</style>
border-color css
<style>
span { border-color: #BF68C5; }
span { border-color: rgb(191,104,197); }
td.TdClassName
{
border-color: #BF68C5;
}
.TagClassName
{
border-color: #BF68C5;
}
</style>