Shades of Fuchsia #BF67B1
Tints of Fuchsia #BF67B1
RGB
CMYK
RGB Variations
Color information
#BF67B1 (or 0xBF67B1) is known color: Fuchsia. HEX triplet: BF, 67 and B1. RGB value is (191,103,177). Sum of RGB (Red+Green+Blue) = 191+103+177=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF67B1 is #40984E. Grayscale: #898989. Windows color (decimal): -4233295 or 11626431. OLE color: 11626431.
HSL color Cylindrical-coordinate representation of color #BF67B1: hue angle of 309.55º 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 #BF67B1 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 177 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.25 |
| HSL | 309.55º | 0.41% | 0.58% | - |
| HSV(B) | 309.55º | 0.46% | 0.75% | - |
| XYZ | 34.27 | 23.95 | 44.41 | - |
| YUV | 137.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 177 | 0 | 0.46 | 0.07 | 0.25 | 309.55 | 0.41 | 0.58 |
| Hex | BF | 67 | B1 | 0 | 2E | 7 | 19 | 136 | 29 | 3A |
| Octal | 277 | 147 | 261 | 0 | 56 | 7 | 31 | 466 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10110001 | 0 | 101110 | 111 | 11001 | 100110110 | 101001 | 111010 |
Color Harmonies of #BF67B1
Complementary color
Monochromatic Colors of #BF67B1
Black with #BF67B1
Text Example
Text Example
White with #BF67B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67B1; }
p { color: rgb(191,103,177); }
H1.HeaderClassName
{
color: #BF67B1;
}
.AnyTagClassName
{
color: #BF67B1;
}
</style>
background-color css
<style>
a { background-color: #BF67B1; }
a { background-color: rgb(191,103,177); }
div.DivClassName
{
background-color: #BF67B1;
}
.BgClassName
{
background-color: #BF67B1;
}
</style>
border-color css
<style>
span { border-color: #BF67B1; }
span { border-color: rgb(191,103,177); }
td.TdClassName
{
border-color: #BF67B1;
}
.TagClassName
{
border-color: #BF67B1;
}
</style>