Shades of Fuchsia #BF64C3
Tints of Fuchsia #BF64C3
RGB
CMYK
RGB Variations
Color information
#BF64C3 (or 0xBF64C3) is known color: Fuchsia. HEX triplet: BF, 64 and C3. RGB value is (191,100,195). Sum of RGB (Red+Green+Blue) = 191+100+195=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF64C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64C3 is #409B3C. Grayscale: #898989. Windows color (decimal): -4234045 or 12805311. OLE color: 12805311.
HSL color Cylindrical-coordinate representation of color #BF64C3: hue angle of 297.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF64C3 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 100 | 195 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.24 |
| HSL | 297.47º | 0.44% | 0.58% | - |
| HSV(B) | 297.47º | 0.49% | 0.76% | - |
| XYZ | 35.89 | 24.13 | 54.4 | - |
| YUV | 138.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 195 | 0.02 | 0.49 | 0 | 0.24 | 297.47 | 0.44 | 0.58 |
| Hex | BF | 64 | C3 | 2 | 31 | 0 | 18 | 129 | 2C | 3A |
| Octal | 277 | 144 | 303 | 2 | 61 | 0 | 30 | 451 | 54 | 72 |
| Binary | 10111111 | 1100100 | 11000011 | 10 | 110001 | 0 | 11000 | 100101001 | 101100 | 111010 |
Color Harmonies of #BF64C3
Complementary color
Monochromatic Colors of #BF64C3
Black with #BF64C3
Text Example
Text Example
White with #BF64C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64C3; }
p { color: rgb(191,100,195); }
H1.HeaderClassName
{
color: #BF64C3;
}
.AnyTagClassName
{
color: #BF64C3;
}
</style>
background-color css
<style>
a { background-color: #BF64C3; }
a { background-color: rgb(191,100,195); }
div.DivClassName
{
background-color: #BF64C3;
}
.BgClassName
{
background-color: #BF64C3;
}
</style>
border-color css
<style>
span { border-color: #BF64C3; }
span { border-color: rgb(191,100,195); }
td.TdClassName
{
border-color: #BF64C3;
}
.TagClassName
{
border-color: #BF64C3;
}
</style>