Shades of Fuchsia #BF64C2
Tints of Fuchsia #BF64C2
RGB
CMYK
RGB Variations
Color information
#BF64C2 (or 0xBF64C2) is known color: Fuchsia. HEX triplet: BF, 64 and C2. RGB value is (191,100,194). Sum of RGB (Red+Green+Blue) = 191+100+194=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF64C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64C2 is #409B3D. Grayscale: #898989. Windows color (decimal): -4234046 or 12739775. OLE color: 12739775.
HSL color Cylindrical-coordinate representation of color #BF64C2: hue angle of 298.09º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF64C2 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 100 | 194 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.24 |
| HSL | 298.09º | 0.44% | 0.58% | - |
| HSV(B) | 298.09º | 0.48% | 0.76% | - |
| XYZ | 35.78 | 24.09 | 53.8 | - |
| YUV | 137.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 194 | 0.02 | 0.48 | 0 | 0.24 | 298.09 | 0.44 | 0.58 |
| Hex | BF | 64 | C2 | 2 | 30 | 0 | 18 | 12A | 2C | 3A |
| Octal | 277 | 144 | 302 | 2 | 60 | 0 | 30 | 452 | 54 | 72 |
| Binary | 10111111 | 1100100 | 11000010 | 10 | 110000 | 0 | 11000 | 100101010 | 101100 | 111010 |
Color Harmonies of #BF64C2
Complementary color
Monochromatic Colors of #BF64C2
Black with #BF64C2
Text Example
Text Example
White with #BF64C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64C2; }
p { color: rgb(191,100,194); }
H1.HeaderClassName
{
color: #BF64C2;
}
.AnyTagClassName
{
color: #BF64C2;
}
</style>
background-color css
<style>
a { background-color: #BF64C2; }
a { background-color: rgb(191,100,194); }
div.DivClassName
{
background-color: #BF64C2;
}
.BgClassName
{
background-color: #BF64C2;
}
</style>
border-color css
<style>
span { border-color: #BF64C2; }
span { border-color: rgb(191,100,194); }
td.TdClassName
{
border-color: #BF64C2;
}
.TagClassName
{
border-color: #BF64C2;
}
</style>