Shades of Fuchsia #BF3BB6
Tints of Fuchsia #BF3BB6
RGB
CMYK
RGB Variations
Color information
#BF3BB6 (or 0xBF3BB6) is known color: Fuchsia. HEX triplet: BF, 3B and B6. RGB value is (191,59,182). Sum of RGB (Red+Green+Blue) = 191+59+182=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BB6 is #40C449. Grayscale: #707070. Windows color (decimal): -4244554 or 11942847. OLE color: 11942847.
HSL color Cylindrical-coordinate representation of color #BF3BB6: hue angle of 304.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3BB6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 59 | 182 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.25 |
| HSL | 304.09º | 0.53% | 0.49% | - |
| HSV(B) | 304.09º | 0.69% | 0.75% | - |
| XYZ | 31.49 | 17.58 | 45.99 | - |
| YUV | 112.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 182 | 0 | 0.69 | 0.05 | 0.25 | 304.09 | 0.53 | 0.49 |
| Hex | BF | 3B | B6 | 0 | 45 | 5 | 19 | 130 | 35 | 31 |
| Octal | 277 | 73 | 266 | 0 | 105 | 5 | 31 | 460 | 65 | 61 |
| Binary | 10111111 | 111011 | 10110110 | 0 | 1000101 | 101 | 11001 | 100110000 | 110101 | 110001 |
Color Harmonies of #BF3BB6
Complementary color
Monochromatic Colors of #BF3BB6
Black with #BF3BB6
Text Example
Text Example
White with #BF3BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BB6; }
p { color: rgb(191,59,182); }
H1.HeaderClassName
{
color: #BF3BB6;
}
.AnyTagClassName
{
color: #BF3BB6;
}
</style>
background-color css
<style>
a { background-color: #BF3BB6; }
a { background-color: rgb(191,59,182); }
div.DivClassName
{
background-color: #BF3BB6;
}
.BgClassName
{
background-color: #BF3BB6;
}
</style>
border-color css
<style>
span { border-color: #BF3BB6; }
span { border-color: rgb(191,59,182); }
td.TdClassName
{
border-color: #BF3BB6;
}
.TagClassName
{
border-color: #BF3BB6;
}
</style>