Shades of Fuchsia #BF64B7
Tints of Fuchsia #BF64B7
RGB
CMYK
RGB Variations
Color information
#BF64B7 (or 0xBF64B7) is known color: Fuchsia. HEX triplet: BF, 64 and B7. RGB value is (191,100,183). Sum of RGB (Red+Green+Blue) = 191+100+183=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64B7 is #409B48. Grayscale: #888888. Windows color (decimal): -4234057 or 12018879. OLE color: 12018879.
HSL color Cylindrical-coordinate representation of color #BF64B7: hue angle of 305.27º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF64B7 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 183 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.25 |
| HSL | 305.27º | 0.42% | 0.57% | - |
| HSV(B) | 305.27º | 0.48% | 0.75% | - |
| XYZ | 34.59 | 23.61 | 47.53 | - |
| YUV | 136.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 183 | 0 | 0.48 | 0.04 | 0.25 | 305.27 | 0.42 | 0.57 |
| Hex | BF | 64 | B7 | 0 | 30 | 4 | 19 | 131 | 2A | 39 |
| Octal | 277 | 144 | 267 | 0 | 60 | 4 | 31 | 461 | 52 | 71 |
| Binary | 10111111 | 1100100 | 10110111 | 0 | 110000 | 100 | 11001 | 100110001 | 101010 | 111001 |
Color Harmonies of #BF64B7
Complementary color
Monochromatic Colors of #BF64B7
Black with #BF64B7
Text Example
Text Example
White with #BF64B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64B7; }
p { color: rgb(191,100,183); }
H1.HeaderClassName
{
color: #BF64B7;
}
.AnyTagClassName
{
color: #BF64B7;
}
</style>
background-color css
<style>
a { background-color: #BF64B7; }
a { background-color: rgb(191,100,183); }
div.DivClassName
{
background-color: #BF64B7;
}
.BgClassName
{
background-color: #BF64B7;
}
</style>
border-color css
<style>
span { border-color: #BF64B7; }
span { border-color: rgb(191,100,183); }
td.TdClassName
{
border-color: #BF64B7;
}
.TagClassName
{
border-color: #BF64B7;
}
</style>