Shades of Fuchsia #BF64C9
Tints of Fuchsia #BF64C9
RGB
CMYK
RGB Variations
Color information
#BF64C9 (or 0xBF64C9) is known color: Fuchsia. HEX triplet: BF, 64 and C9. RGB value is (191,100,201). Sum of RGB (Red+Green+Blue) = 191+100+201=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF64C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64C9 is #409B36. Grayscale: #8A8A8A. Windows color (decimal): -4234039 or 13198527. OLE color: 13198527.
HSL color Cylindrical-coordinate representation of color #BF64C9: hue angle of 294.06º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF64C9 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 100 | 201 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.21 |
| HSL | 294.06º | 0.48% | 0.59% | - |
| HSV(B) | 294.06º | 0.5% | 0.79% | - |
| XYZ | 36.59 | 24.41 | 58.04 | - |
| YUV | 138.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 201 | 0.05 | 0.50 | 0 | 0.21 | 294.06 | 0.48 | 0.59 |
| Hex | BF | 64 | C9 | 5 | 32 | 0 | 15 | 126 | 30 | 3B |
| Octal | 277 | 144 | 311 | 5 | 62 | 0 | 25 | 446 | 60 | 73 |
| Binary | 10111111 | 1100100 | 11001001 | 101 | 110010 | 0 | 10101 | 100100110 | 110000 | 111011 |
Color Harmonies of #BF64C9
Complementary color
Monochromatic Colors of #BF64C9
Black with #BF64C9
Text Example
Text Example
White with #BF64C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64C9; }
p { color: rgb(191,100,201); }
H1.HeaderClassName
{
color: #BF64C9;
}
.AnyTagClassName
{
color: #BF64C9;
}
</style>
background-color css
<style>
a { background-color: #BF64C9; }
a { background-color: rgb(191,100,201); }
div.DivClassName
{
background-color: #BF64C9;
}
.BgClassName
{
background-color: #BF64C9;
}
</style>
border-color css
<style>
span { border-color: #BF64C9; }
span { border-color: rgb(191,100,201); }
td.TdClassName
{
border-color: #BF64C9;
}
.TagClassName
{
border-color: #BF64C9;
}
</style>