Shades of Fuchsia #BF64BB
Tints of Fuchsia #BF64BB
RGB
CMYK
RGB Variations
Color information
#BF64BB (or 0xBF64BB) is known color: Fuchsia. HEX triplet: BF, 64 and BB. RGB value is (191,100,187). Sum of RGB (Red+Green+Blue) = 191+100+187=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64BB is #409B44. Grayscale: #888888. Windows color (decimal): -4234053 or 12281023. OLE color: 12281023.
HSL color Cylindrical-coordinate representation of color #BF64BB: hue angle of 302.64º 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 #BF64BB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 187 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.25 |
| HSL | 302.64º | 0.42% | 0.57% | - |
| HSV(B) | 302.64º | 0.48% | 0.75% | - |
| XYZ | 35.01 | 23.78 | 49.76 | - |
| YUV | 137.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 187 | 0 | 0.48 | 0.02 | 0.25 | 302.64 | 0.42 | 0.57 |
| Hex | BF | 64 | BB | 0 | 30 | 2 | 19 | 12F | 2A | 39 |
| Octal | 277 | 144 | 273 | 0 | 60 | 2 | 31 | 457 | 52 | 71 |
| Binary | 10111111 | 1100100 | 10111011 | 0 | 110000 | 10 | 11001 | 100101111 | 101010 | 111001 |
Color Harmonies of #BF64BB
Complementary color
Monochromatic Colors of #BF64BB
Black with #BF64BB
Text Example
Text Example
White with #BF64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64BB; }
p { color: rgb(191,100,187); }
H1.HeaderClassName
{
color: #BF64BB;
}
.AnyTagClassName
{
color: #BF64BB;
}
</style>
background-color css
<style>
a { background-color: #BF64BB; }
a { background-color: rgb(191,100,187); }
div.DivClassName
{
background-color: #BF64BB;
}
.BgClassName
{
background-color: #BF64BB;
}
</style>
border-color css
<style>
span { border-color: #BF64BB; }
span { border-color: rgb(191,100,187); }
td.TdClassName
{
border-color: #BF64BB;
}
.TagClassName
{
border-color: #BF64BB;
}
</style>