Shades of Fuchsia #BF6CC0
Tints of Fuchsia #BF6CC0
RGB
CMYK
RGB Variations
Color information
#BF6CC0 (or 0xBF6CC0) is known color: Fuchsia. HEX triplet: BF, 6C and C0. RGB value is (191,108,192). Sum of RGB (Red+Green+Blue) = 191+108+192=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CC0 is #40933F. Grayscale: #8E8E8E. Windows color (decimal): -4232000 or 12610751. OLE color: 12610751.
HSL color Cylindrical-coordinate representation of color #BF6CC0: hue angle of 299.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6CC0 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 108 | 192 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.25 |
| HSL | 299.29º | 0.4% | 0.59% | - |
| HSV(B) | 299.29º | 0.44% | 0.75% | - |
| XYZ | 36.36 | 25.61 | 52.9 | - |
| YUV | 142.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 192 | 0.01 | 0.44 | 0 | 0.25 | 299.29 | 0.4 | 0.59 |
| Hex | BF | 6C | C0 | 1 | 2C | 0 | 19 | 12B | 28 | 3B |
| Octal | 277 | 154 | 300 | 1 | 54 | 0 | 31 | 453 | 50 | 73 |
| Binary | 10111111 | 1101100 | 11000000 | 1 | 101100 | 0 | 11001 | 100101011 | 101000 | 111011 |
Color Harmonies of #BF6CC0
Complementary color
Monochromatic Colors of #BF6CC0
Black with #BF6CC0
Text Example
Text Example
White with #BF6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CC0; }
p { color: rgb(191,108,192); }
H1.HeaderClassName
{
color: #BF6CC0;
}
.AnyTagClassName
{
color: #BF6CC0;
}
</style>
background-color css
<style>
a { background-color: #BF6CC0; }
a { background-color: rgb(191,108,192); }
div.DivClassName
{
background-color: #BF6CC0;
}
.BgClassName
{
background-color: #BF6CC0;
}
</style>
border-color css
<style>
span { border-color: #BF6CC0; }
span { border-color: rgb(191,108,192); }
td.TdClassName
{
border-color: #BF6CC0;
}
.TagClassName
{
border-color: #BF6CC0;
}
</style>