Shades of Fuchsia #BF61A8
Tints of Fuchsia #BF61A8
RGB
CMYK
RGB Variations
Color information
#BF61A8 (or 0xBF61A8) is known color: Fuchsia. HEX triplet: BF, 61 and A8. RGB value is (191,97,168). Sum of RGB (Red+Green+Blue) = 191+97+168=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61A8 is #409E57. Grayscale: #858585. Windows color (decimal): -4234840 or 11035071. OLE color: 11035071.
HSL color Cylindrical-coordinate representation of color #BF61A8: hue angle of 314.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61A8 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 168 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.25 |
| HSL | 314.68º | 0.42% | 0.56% | - |
| HSV(B) | 314.68º | 0.49% | 0.75% | - |
| XYZ | 32.83 | 22.45 | 39.65 | - |
| YUV | 133.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 168 | 0 | 0.49 | 0.12 | 0.25 | 314.68 | 0.42 | 0.56 |
| Hex | BF | 61 | A8 | 0 | 31 | C | 19 | 13B | 2A | 38 |
| Octal | 277 | 141 | 250 | 0 | 61 | 14 | 31 | 473 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10101000 | 0 | 110001 | 1100 | 11001 | 100111011 | 101010 | 111000 |
Color Harmonies of #BF61A8
Complementary color
Monochromatic Colors of #BF61A8
Black with #BF61A8
Text Example
Text Example
White with #BF61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61A8; }
p { color: rgb(191,97,168); }
H1.HeaderClassName
{
color: #BF61A8;
}
.AnyTagClassName
{
color: #BF61A8;
}
</style>
background-color css
<style>
a { background-color: #BF61A8; }
a { background-color: rgb(191,97,168); }
div.DivClassName
{
background-color: #BF61A8;
}
.BgClassName
{
background-color: #BF61A8;
}
</style>
border-color css
<style>
span { border-color: #BF61A8; }
span { border-color: rgb(191,97,168); }
td.TdClassName
{
border-color: #BF61A8;
}
.TagClassName
{
border-color: #BF61A8;
}
</style>