Shades of Fuchsia #BF64C5
Tints of Fuchsia #BF64C5
RGB
CMYK
RGB Variations
Color information
#BF64C5 (or 0xBF64C5) is known color: Fuchsia. HEX triplet: BF, 64 and C5. RGB value is (191,100,197). Sum of RGB (Red+Green+Blue) = 191+100+197=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF64C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64C5 is #409B3A. Grayscale: #898989. Windows color (decimal): -4234043 or 12936383. OLE color: 12936383.
HSL color Cylindrical-coordinate representation of color #BF64C5: hue angle of 296.29º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF64C5 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 100 | 197 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.23 |
| HSL | 296.29º | 0.46% | 0.58% | - |
| HSV(B) | 296.29º | 0.49% | 0.77% | - |
| XYZ | 36.12 | 24.22 | 55.59 | - |
| YUV | 138.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 197 | 0.03 | 0.49 | 0 | 0.23 | 296.29 | 0.46 | 0.58 |
| Hex | BF | 64 | C5 | 3 | 31 | 0 | 17 | 128 | 2E | 3A |
| Octal | 277 | 144 | 305 | 3 | 61 | 0 | 27 | 450 | 56 | 72 |
| Binary | 10111111 | 1100100 | 11000101 | 11 | 110001 | 0 | 10111 | 100101000 | 101110 | 111010 |
Color Harmonies of #BF64C5
Complementary color
Monochromatic Colors of #BF64C5
Black with #BF64C5
Text Example
Text Example
White with #BF64C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64C5; }
p { color: rgb(191,100,197); }
H1.HeaderClassName
{
color: #BF64C5;
}
.AnyTagClassName
{
color: #BF64C5;
}
</style>
background-color css
<style>
a { background-color: #BF64C5; }
a { background-color: rgb(191,100,197); }
div.DivClassName
{
background-color: #BF64C5;
}
.BgClassName
{
background-color: #BF64C5;
}
</style>
border-color css
<style>
span { border-color: #BF64C5; }
span { border-color: rgb(191,100,197); }
td.TdClassName
{
border-color: #BF64C5;
}
.TagClassName
{
border-color: #BF64C5;
}
</style>