Shades of Fuchsia #BF66BB
Tints of Fuchsia #BF66BB
RGB
CMYK
RGB Variations
Color information
#BF66BB (or 0xBF66BB) is known color: Fuchsia. HEX triplet: BF, 66 and BB. RGB value is (191,102,187). Sum of RGB (Red+Green+Blue) = 191+102+187=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66BB is #409944. Grayscale: #8A8A8A. Windows color (decimal): -4233541 or 12281535. OLE color: 12281535.
HSL color Cylindrical-coordinate representation of color #BF66BB: hue angle of 302.7º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF66BB is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 187 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.25 |
| HSL | 302.7º | 0.41% | 0.57% | - |
| HSV(B) | 302.7º | 0.47% | 0.75% | - |
| XYZ | 35.21 | 24.17 | 49.82 | - |
| YUV | 138.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 187 | 0 | 0.47 | 0.02 | 0.25 | 302.7 | 0.41 | 0.57 |
| Hex | BF | 66 | BB | 0 | 2F | 2 | 19 | 12F | 29 | 39 |
| Octal | 277 | 146 | 273 | 0 | 57 | 2 | 31 | 457 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10111011 | 0 | 101111 | 10 | 11001 | 100101111 | 101001 | 111001 |
Color Harmonies of #BF66BB
Complementary color
Monochromatic Colors of #BF66BB
Black with #BF66BB
Text Example
Text Example
White with #BF66BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF66BB; }
p { color: rgb(191,102,187); }
H1.HeaderClassName
{
color: #BF66BB;
}
.AnyTagClassName
{
color: #BF66BB;
}
</style>
background-color css
<style>
a { background-color: #BF66BB; }
a { background-color: rgb(191,102,187); }
div.DivClassName
{
background-color: #BF66BB;
}
.BgClassName
{
background-color: #BF66BB;
}
</style>
border-color css
<style>
span { border-color: #BF66BB; }
span { border-color: rgb(191,102,187); }
td.TdClassName
{
border-color: #BF66BB;
}
.TagClassName
{
border-color: #BF66BB;
}
</style>