Shades of Fuchsia #BF77BA
Tints of Fuchsia #BF77BA
RGB
CMYK
RGB Variations
Color information
#BF77BA (or 0xBF77BA) is known color: Fuchsia. HEX triplet: BF, 77 and BA. RGB value is (191,119,186). Sum of RGB (Red+Green+Blue) = 191+119+186=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77BA is #408845. Grayscale: #939393. Windows color (decimal): -4229190 or 12220351. OLE color: 12220351.
HSL color Cylindrical-coordinate representation of color #BF77BA: hue angle of 304.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF77BA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 186 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.25 |
| HSL | 304.17º | 0.36% | 0.61% | - |
| HSV(B) | 304.17º | 0.38% | 0.75% | - |
| XYZ | 36.95 | 27.82 | 49.88 | - |
| YUV | 148.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 186 | 0 | 0.38 | 0.03 | 0.25 | 304.17 | 0.36 | 0.61 |
| Hex | BF | 77 | BA | 0 | 26 | 3 | 19 | 130 | 24 | 3D |
| Octal | 277 | 167 | 272 | 0 | 46 | 3 | 31 | 460 | 44 | 75 |
| Binary | 10111111 | 1110111 | 10111010 | 0 | 100110 | 11 | 11001 | 100110000 | 100100 | 111101 |
Color Harmonies of #BF77BA
Complementary color
Monochromatic Colors of #BF77BA
Black with #BF77BA
Text Example
Text Example
White with #BF77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77BA; }
p { color: rgb(191,119,186); }
H1.HeaderClassName
{
color: #BF77BA;
}
.AnyTagClassName
{
color: #BF77BA;
}
</style>
background-color css
<style>
a { background-color: #BF77BA; }
a { background-color: rgb(191,119,186); }
div.DivClassName
{
background-color: #BF77BA;
}
.BgClassName
{
background-color: #BF77BA;
}
</style>
border-color css
<style>
span { border-color: #BF77BA; }
span { border-color: rgb(191,119,186); }
td.TdClassName
{
border-color: #BF77BA;
}
.TagClassName
{
border-color: #BF77BA;
}
</style>