Shades of Fuchsia #BF62A8
Tints of Fuchsia #BF62A8
RGB
CMYK
RGB Variations
Color information
#BF62A8 (or 0xBF62A8) is known color: Fuchsia. HEX triplet: BF, 62 and A8. RGB value is (191,98,168). Sum of RGB (Red+Green+Blue) = 191+98+168=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF62A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF62A8 is #409D57. Grayscale: #858585. Windows color (decimal): -4234584 or 11035327. OLE color: 11035327.
HSL color Cylindrical-coordinate representation of color #BF62A8: hue angle of 314.84º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF62A8 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 168 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.25 |
| HSL | 314.84º | 0.42% | 0.57% | - |
| HSV(B) | 314.84º | 0.49% | 0.75% | - |
| XYZ | 32.92 | 22.64 | 39.68 | - |
| YUV | 133.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 168 | 0 | 0.49 | 0.12 | 0.25 | 314.84 | 0.42 | 0.57 |
| Hex | BF | 62 | A8 | 0 | 31 | C | 19 | 13B | 2A | 39 |
| Octal | 277 | 142 | 250 | 0 | 61 | 14 | 31 | 473 | 52 | 71 |
| Binary | 10111111 | 1100010 | 10101000 | 0 | 110001 | 1100 | 11001 | 100111011 | 101010 | 111001 |
Color Harmonies of #BF62A8
Complementary color
Monochromatic Colors of #BF62A8
Black with #BF62A8
Text Example
Text Example
White with #BF62A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62A8; }
p { color: rgb(191,98,168); }
H1.HeaderClassName
{
color: #BF62A8;
}
.AnyTagClassName
{
color: #BF62A8;
}
</style>
background-color css
<style>
a { background-color: #BF62A8; }
a { background-color: rgb(191,98,168); }
div.DivClassName
{
background-color: #BF62A8;
}
.BgClassName
{
background-color: #BF62A8;
}
</style>
border-color css
<style>
span { border-color: #BF62A8; }
span { border-color: rgb(191,98,168); }
td.TdClassName
{
border-color: #BF62A8;
}
.TagClassName
{
border-color: #BF62A8;
}
</style>