Shades of Fuchsia #BF6BB0
Tints of Fuchsia #BF6BB0
RGB
CMYK
RGB Variations
Color information
#BF6BB0 (or 0xBF6BB0) is known color: Fuchsia. HEX triplet: BF, 6B and B0. RGB value is (191,107,176). Sum of RGB (Red+Green+Blue) = 191+107+176=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BB0 is #40944F. Grayscale: #8B8B8B. Windows color (decimal): -4232272 or 11561919. OLE color: 11561919.
HSL color Cylindrical-coordinate representation of color #BF6BB0: hue angle of 310.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BB0 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 107 | 176 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.25 |
| HSL | 310.71º | 0.4% | 0.58% | - |
| HSV(B) | 310.71º | 0.44% | 0.75% | - |
| XYZ | 34.58 | 24.73 | 44.02 | - |
| YUV | 139.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 107 | 176 | 0 | 0.44 | 0.08 | 0.25 | 310.71 | 0.4 | 0.58 |
| Hex | BF | 6B | B0 | 0 | 2C | 8 | 19 | 137 | 28 | 3A |
| Octal | 277 | 153 | 260 | 0 | 54 | 10 | 31 | 467 | 50 | 72 |
| Binary | 10111111 | 1101011 | 10110000 | 0 | 101100 | 1000 | 11001 | 100110111 | 101000 | 111010 |
Color Harmonies of #BF6BB0
Complementary color
Monochromatic Colors of #BF6BB0
Black with #BF6BB0
Text Example
Text Example
White with #BF6BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6BB0; }
p { color: rgb(191,107,176); }
H1.HeaderClassName
{
color: #BF6BB0;
}
.AnyTagClassName
{
color: #BF6BB0;
}
</style>
background-color css
<style>
a { background-color: #BF6BB0; }
a { background-color: rgb(191,107,176); }
div.DivClassName
{
background-color: #BF6BB0;
}
.BgClassName
{
background-color: #BF6BB0;
}
</style>
border-color css
<style>
span { border-color: #BF6BB0; }
span { border-color: rgb(191,107,176); }
td.TdClassName
{
border-color: #BF6BB0;
}
.TagClassName
{
border-color: #BF6BB0;
}
</style>