Shades of Fuchsia #BF66BA
Tints of Fuchsia #BF66BA
RGB
CMYK
RGB Variations
Color information
#BF66BA (or 0xBF66BA) is known color: Fuchsia. HEX triplet: BF, 66 and BA. RGB value is (191,102,186). Sum of RGB (Red+Green+Blue) = 191+102+186=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66BA is #409945. Grayscale: #898989. Windows color (decimal): -4233542 or 12215999. OLE color: 12215999.
HSL color Cylindrical-coordinate representation of color #BF66BA: hue angle of 303.37º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF66BA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 186 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.25 |
| HSL | 303.37º | 0.41% | 0.57% | - |
| HSV(B) | 303.37º | 0.47% | 0.75% | - |
| XYZ | 35.1 | 24.12 | 49.26 | - |
| YUV | 138.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 186 | 0 | 0.47 | 0.03 | 0.25 | 303.37 | 0.41 | 0.57 |
| Hex | BF | 66 | BA | 0 | 2F | 3 | 19 | 12F | 29 | 39 |
| Octal | 277 | 146 | 272 | 0 | 57 | 3 | 31 | 457 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10111010 | 0 | 101111 | 11 | 11001 | 100101111 | 101001 | 111001 |
Color Harmonies of #BF66BA
Complementary color
Monochromatic Colors of #BF66BA
Black with #BF66BA
Text Example
Text Example
White with #BF66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF66BA; }
p { color: rgb(191,102,186); }
H1.HeaderClassName
{
color: #BF66BA;
}
.AnyTagClassName
{
color: #BF66BA;
}
</style>
background-color css
<style>
a { background-color: #BF66BA; }
a { background-color: rgb(191,102,186); }
div.DivClassName
{
background-color: #BF66BA;
}
.BgClassName
{
background-color: #BF66BA;
}
</style>
border-color css
<style>
span { border-color: #BF66BA; }
span { border-color: rgb(191,102,186); }
td.TdClassName
{
border-color: #BF66BA;
}
.TagClassName
{
border-color: #BF66BA;
}
</style>