Shades of Fuchsia #BF64BA
Tints of Fuchsia #BF64BA
RGB
CMYK
RGB Variations
Color information
#BF64BA (or 0xBF64BA) is known color: Fuchsia. HEX triplet: BF, 64 and BA. RGB value is (191,100,186). Sum of RGB (Red+Green+Blue) = 191+100+186=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64BA is #409B45. Grayscale: #888888. Windows color (decimal): -4234054 or 12215487. OLE color: 12215487.
HSL color Cylindrical-coordinate representation of color #BF64BA: hue angle of 303.3º 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 #BF64BA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 186 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.25 |
| HSL | 303.3º | 0.42% | 0.57% | - |
| HSV(B) | 303.3º | 0.48% | 0.75% | - |
| XYZ | 34.91 | 23.74 | 49.2 | - |
| YUV | 137.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 186 | 0 | 0.48 | 0.03 | 0.25 | 303.3 | 0.42 | 0.57 |
| Hex | BF | 64 | BA | 0 | 30 | 3 | 19 | 12F | 2A | 39 |
| Octal | 277 | 144 | 272 | 0 | 60 | 3 | 31 | 457 | 52 | 71 |
| Binary | 10111111 | 1100100 | 10111010 | 0 | 110000 | 11 | 11001 | 100101111 | 101010 | 111001 |
Color Harmonies of #BF64BA
Complementary color
Monochromatic Colors of #BF64BA
Black with #BF64BA
Text Example
Text Example
White with #BF64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64BA; }
p { color: rgb(191,100,186); }
H1.HeaderClassName
{
color: #BF64BA;
}
.AnyTagClassName
{
color: #BF64BA;
}
</style>
background-color css
<style>
a { background-color: #BF64BA; }
a { background-color: rgb(191,100,186); }
div.DivClassName
{
background-color: #BF64BA;
}
.BgClassName
{
background-color: #BF64BA;
}
</style>
border-color css
<style>
span { border-color: #BF64BA; }
span { border-color: rgb(191,100,186); }
td.TdClassName
{
border-color: #BF64BA;
}
.TagClassName
{
border-color: #BF64BA;
}
</style>