Shades of Fuchsia #BF54C6
Tints of Fuchsia #BF54C6
RGB
CMYK
RGB Variations
Color information
#BF54C6 (or 0xBF54C6) is known color: Fuchsia. HEX triplet: BF, 54 and C6. RGB value is (191,84,198). Sum of RGB (Red+Green+Blue) = 191+84+198=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54C6 is #40AB39. Grayscale: #808080. Windows color (decimal): -4238138 or 12997823. OLE color: 12997823.
HSL color Cylindrical-coordinate representation of color #BF54C6: hue angle of 296.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF54C6 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 84 | 198 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.22 |
| HSL | 296.32º | 0.5% | 0.55% | - |
| HSV(B) | 296.32º | 0.58% | 0.78% | - |
| XYZ | 34.85 | 21.49 | 55.74 | - |
| YUV | 128.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 198 | 0.04 | 0.58 | 0 | 0.22 | 296.32 | 0.5 | 0.55 |
| Hex | BF | 54 | C6 | 4 | 3A | 0 | 16 | 128 | 32 | 37 |
| Octal | 277 | 124 | 306 | 4 | 72 | 0 | 26 | 450 | 62 | 67 |
| Binary | 10111111 | 1010100 | 11000110 | 100 | 111010 | 0 | 10110 | 100101000 | 110010 | 110111 |
Color Harmonies of #BF54C6
Complementary color
Monochromatic Colors of #BF54C6
Black with #BF54C6
Text Example
Text Example
White with #BF54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54C6; }
p { color: rgb(191,84,198); }
H1.HeaderClassName
{
color: #BF54C6;
}
.AnyTagClassName
{
color: #BF54C6;
}
</style>
background-color css
<style>
a { background-color: #BF54C6; }
a { background-color: rgb(191,84,198); }
div.DivClassName
{
background-color: #BF54C6;
}
.BgClassName
{
background-color: #BF54C6;
}
</style>
border-color css
<style>
span { border-color: #BF54C6; }
span { border-color: rgb(191,84,198); }
td.TdClassName
{
border-color: #BF54C6;
}
.TagClassName
{
border-color: #BF54C6;
}
</style>