Shades of Fuchsia #BF64C4
Tints of Fuchsia #BF64C4
RGB
CMYK
RGB Variations
Color information
#BF64C4 (or 0xBF64C4) is known color: Fuchsia. HEX triplet: BF, 64 and C4. RGB value is (191,100,196). Sum of RGB (Red+Green+Blue) = 191+100+196=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF64C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64C4 is #409B3B. Grayscale: #898989. Windows color (decimal): -4234044 or 12870847. OLE color: 12870847.
HSL color Cylindrical-coordinate representation of color #BF64C4: hue angle of 296.88º degrees, saturation: 0.45, 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 #BF64C4 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 100 | 196 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.23 |
| HSL | 296.88º | 0.45% | 0.58% | - |
| HSV(B) | 296.88º | 0.49% | 0.77% | - |
| XYZ | 36.01 | 24.18 | 54.99 | - |
| YUV | 138.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 196 | 0.03 | 0.49 | 0 | 0.23 | 296.88 | 0.45 | 0.58 |
| Hex | BF | 64 | C4 | 3 | 31 | 0 | 17 | 129 | 2D | 3A |
| Octal | 277 | 144 | 304 | 3 | 61 | 0 | 27 | 451 | 55 | 72 |
| Binary | 10111111 | 1100100 | 11000100 | 11 | 110001 | 0 | 10111 | 100101001 | 101101 | 111010 |
Color Harmonies of #BF64C4
Complementary color
Monochromatic Colors of #BF64C4
Black with #BF64C4
Text Example
Text Example
White with #BF64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64C4; }
p { color: rgb(191,100,196); }
H1.HeaderClassName
{
color: #BF64C4;
}
.AnyTagClassName
{
color: #BF64C4;
}
</style>
background-color css
<style>
a { background-color: #BF64C4; }
a { background-color: rgb(191,100,196); }
div.DivClassName
{
background-color: #BF64C4;
}
.BgClassName
{
background-color: #BF64C4;
}
</style>
border-color css
<style>
span { border-color: #BF64C4; }
span { border-color: rgb(191,100,196); }
td.TdClassName
{
border-color: #BF64C4;
}
.TagClassName
{
border-color: #BF64C4;
}
</style>