Shades of Fuchsia #BF76BA
Tints of Fuchsia #BF76BA
RGB
CMYK
RGB Variations
Color information
#BF76BA (or 0xBF76BA) is known color: Fuchsia. HEX triplet: BF, 76 and BA. RGB value is (191,118,186). Sum of RGB (Red+Green+Blue) = 191+118+186=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76BA is #408945. Grayscale: #939393. Windows color (decimal): -4229446 or 12220095. OLE color: 12220095.
HSL color Cylindrical-coordinate representation of color #BF76BA: hue angle of 304.11º 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 #BF76BA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 186 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.25 |
| HSL | 304.11º | 0.36% | 0.61% | - |
| HSV(B) | 304.11º | 0.38% | 0.75% | - |
| XYZ | 36.83 | 27.58 | 49.84 | - |
| YUV | 147.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 186 | 0 | 0.38 | 0.03 | 0.25 | 304.11 | 0.36 | 0.61 |
| Hex | BF | 76 | BA | 0 | 26 | 3 | 19 | 130 | 24 | 3D |
| Octal | 277 | 166 | 272 | 0 | 46 | 3 | 31 | 460 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10111010 | 0 | 100110 | 11 | 11001 | 100110000 | 100100 | 111101 |
Color Harmonies of #BF76BA
Complementary color
Monochromatic Colors of #BF76BA
Black with #BF76BA
Text Example
Text Example
White with #BF76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76BA; }
p { color: rgb(191,118,186); }
H1.HeaderClassName
{
color: #BF76BA;
}
.AnyTagClassName
{
color: #BF76BA;
}
</style>
background-color css
<style>
a { background-color: #BF76BA; }
a { background-color: rgb(191,118,186); }
div.DivClassName
{
background-color: #BF76BA;
}
.BgClassName
{
background-color: #BF76BA;
}
</style>
border-color css
<style>
span { border-color: #BF76BA; }
span { border-color: rgb(191,118,186); }
td.TdClassName
{
border-color: #BF76BA;
}
.TagClassName
{
border-color: #BF76BA;
}
</style>