Shades of Fuchsia #BF6FC1
Tints of Fuchsia #BF6FC1
RGB
CMYK
RGB Variations
Color information
#BF6FC1 (or 0xBF6FC1) is known color: Fuchsia. HEX triplet: BF, 6F and C1. RGB value is (191,111,193). Sum of RGB (Red+Green+Blue) = 191+111+193=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF6FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FC1 is #40903E. Grayscale: #909090. Windows color (decimal): -4231231 or 12677055. OLE color: 12677055.
HSL color Cylindrical-coordinate representation of color #BF6FC1: hue angle of 298.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6FC1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 111 | 193 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.24 |
| HSL | 298.54º | 0.4% | 0.6% | - |
| HSV(B) | 298.54º | 0.42% | 0.76% | - |
| XYZ | 36.8 | 26.3 | 53.59 | - |
| YUV | 144.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 193 | 0.01 | 0.42 | 0 | 0.24 | 298.54 | 0.4 | 0.6 |
| Hex | BF | 6F | C1 | 1 | 2A | 0 | 18 | 12B | 28 | 3C |
| Octal | 277 | 157 | 301 | 1 | 52 | 0 | 30 | 453 | 50 | 74 |
| Binary | 10111111 | 1101111 | 11000001 | 1 | 101010 | 0 | 11000 | 100101011 | 101000 | 111100 |
Color Harmonies of #BF6FC1
Complementary color
Monochromatic Colors of #BF6FC1
Black with #BF6FC1
Text Example
Text Example
White with #BF6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FC1; }
p { color: rgb(191,111,193); }
H1.HeaderClassName
{
color: #BF6FC1;
}
.AnyTagClassName
{
color: #BF6FC1;
}
</style>
background-color css
<style>
a { background-color: #BF6FC1; }
a { background-color: rgb(191,111,193); }
div.DivClassName
{
background-color: #BF6FC1;
}
.BgClassName
{
background-color: #BF6FC1;
}
</style>
border-color css
<style>
span { border-color: #BF6FC1; }
span { border-color: rgb(191,111,193); }
td.TdClassName
{
border-color: #BF6FC1;
}
.TagClassName
{
border-color: #BF6FC1;
}
</style>