Shades of Fuchsia #BF67AB
Tints of Fuchsia #BF67AB
RGB
CMYK
RGB Variations
Color information
#BF67AB (or 0xBF67AB) is known color: Fuchsia. HEX triplet: BF, 67 and AB. RGB value is (191,103,171). Sum of RGB (Red+Green+Blue) = 191+103+171=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF67AB is #409854. Grayscale: #888888. Windows color (decimal): -4233301 or 11233215. OLE color: 11233215.
HSL color Cylindrical-coordinate representation of color #BF67AB: hue angle of 313.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF67AB is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 171 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.25 |
| HSL | 313.64º | 0.41% | 0.58% | - |
| HSV(B) | 313.64º | 0.46% | 0.75% | - |
| XYZ | 33.69 | 23.72 | 41.33 | - |
| YUV | 137.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 171 | 0 | 0.46 | 0.10 | 0.25 | 313.64 | 0.41 | 0.58 |
| Hex | BF | 67 | AB | 0 | 2E | A | 19 | 13A | 29 | 3A |
| Octal | 277 | 147 | 253 | 0 | 56 | 12 | 31 | 472 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10101011 | 0 | 101110 | 1010 | 11001 | 100111010 | 101001 | 111010 |
Color Harmonies of #BF67AB
Complementary color
Monochromatic Colors of #BF67AB
Black with #BF67AB
Text Example
Text Example
White with #BF67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67AB; }
p { color: rgb(191,103,171); }
H1.HeaderClassName
{
color: #BF67AB;
}
.AnyTagClassName
{
color: #BF67AB;
}
</style>
background-color css
<style>
a { background-color: #BF67AB; }
a { background-color: rgb(191,103,171); }
div.DivClassName
{
background-color: #BF67AB;
}
.BgClassName
{
background-color: #BF67AB;
}
</style>
border-color css
<style>
span { border-color: #BF67AB; }
span { border-color: rgb(191,103,171); }
td.TdClassName
{
border-color: #BF67AB;
}
.TagClassName
{
border-color: #BF67AB;
}
</style>