Shades of Fuchsia #BF6FB8
Tints of Fuchsia #BF6FB8
RGB
CMYK
RGB Variations
Color information
#BF6FB8 (or 0xBF6FB8) is known color: Fuchsia. HEX triplet: BF, 6F and B8. RGB value is (191,111,184). Sum of RGB (Red+Green+Blue) = 191+111+184=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FB8 is #409047. Grayscale: #8F8F8F. Windows color (decimal): -4231240 or 12087231. OLE color: 12087231.
HSL color Cylindrical-coordinate representation of color #BF6FB8: hue angle of 305.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6FB8 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 184 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.25 |
| HSL | 305.25º | 0.38% | 0.59% | - |
| HSV(B) | 305.25º | 0.42% | 0.75% | - |
| XYZ | 35.82 | 25.91 | 48.46 | - |
| YUV | 143.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 184 | 0 | 0.42 | 0.04 | 0.25 | 305.25 | 0.38 | 0.59 |
| Hex | BF | 6F | B8 | 0 | 2A | 4 | 19 | 131 | 26 | 3B |
| Octal | 277 | 157 | 270 | 0 | 52 | 4 | 31 | 461 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10111000 | 0 | 101010 | 100 | 11001 | 100110001 | 100110 | 111011 |
Color Harmonies of #BF6FB8
Complementary color
Monochromatic Colors of #BF6FB8
Black with #BF6FB8
Text Example
Text Example
White with #BF6FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FB8; }
p { color: rgb(191,111,184); }
H1.HeaderClassName
{
color: #BF6FB8;
}
.AnyTagClassName
{
color: #BF6FB8;
}
</style>
background-color css
<style>
a { background-color: #BF6FB8; }
a { background-color: rgb(191,111,184); }
div.DivClassName
{
background-color: #BF6FB8;
}
.BgClassName
{
background-color: #BF6FB8;
}
</style>
border-color css
<style>
span { border-color: #BF6FB8; }
span { border-color: rgb(191,111,184); }
td.TdClassName
{
border-color: #BF6FB8;
}
.TagClassName
{
border-color: #BF6FB8;
}
</style>