Shades of Fuchsia #BF68B8
Tints of Fuchsia #BF68B8
RGB
CMYK
RGB Variations
Color information
#BF68B8 (or 0xBF68B8) is known color: Fuchsia. HEX triplet: BF, 68 and B8. RGB value is (191,104,184). Sum of RGB (Red+Green+Blue) = 191+104+184=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68B8 is #409747. Grayscale: #8A8A8A. Windows color (decimal): -4233032 or 12085439. OLE color: 12085439.
HSL color Cylindrical-coordinate representation of color #BF68B8: hue angle of 304.83º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF68B8 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 184 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.25 |
| HSL | 304.83º | 0.4% | 0.58% | - |
| HSV(B) | 304.83º | 0.46% | 0.75% | - |
| XYZ | 35.09 | 24.44 | 48.22 | - |
| YUV | 139.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 184 | 0 | 0.46 | 0.04 | 0.25 | 304.83 | 0.4 | 0.58 |
| Hex | BF | 68 | B8 | 0 | 2E | 4 | 19 | 131 | 28 | 3A |
| Octal | 277 | 150 | 270 | 0 | 56 | 4 | 31 | 461 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10111000 | 0 | 101110 | 100 | 11001 | 100110001 | 101000 | 111010 |
Color Harmonies of #BF68B8
Complementary color
Monochromatic Colors of #BF68B8
Black with #BF68B8
Text Example
Text Example
White with #BF68B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68B8; }
p { color: rgb(191,104,184); }
H1.HeaderClassName
{
color: #BF68B8;
}
.AnyTagClassName
{
color: #BF68B8;
}
</style>
background-color css
<style>
a { background-color: #BF68B8; }
a { background-color: rgb(191,104,184); }
div.DivClassName
{
background-color: #BF68B8;
}
.BgClassName
{
background-color: #BF68B8;
}
</style>
border-color css
<style>
span { border-color: #BF68B8; }
span { border-color: rgb(191,104,184); }
td.TdClassName
{
border-color: #BF68B8;
}
.TagClassName
{
border-color: #BF68B8;
}
</style>