Shades of Fuchsia #BF3FB0
Tints of Fuchsia #BF3FB0
RGB
CMYK
RGB Variations
Color information
#BF3FB0 (or 0xBF3FB0) is known color: Fuchsia. HEX triplet: BF, 3F and B0. RGB value is (191,63,176). Sum of RGB (Red+Green+Blue) = 191+63+176=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FB0 is #40C04F. Grayscale: #717171. Windows color (decimal): -4243536 or 11550655. OLE color: 11550655.
HSL color Cylindrical-coordinate representation of color #BF3FB0: hue angle of 307.03º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3FB0 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 176 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.25 |
| HSL | 307.03º | 0.5% | 0.5% | - |
| HSV(B) | 307.03º | 0.67% | 0.75% | - |
| XYZ | 31.1 | 17.77 | 42.86 | - |
| YUV | 114.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 176 | 0 | 0.67 | 0.08 | 0.25 | 307.03 | 0.5 | 0.5 |
| Hex | BF | 3F | B0 | 0 | 43 | 8 | 19 | 133 | 32 | 32 |
| Octal | 277 | 77 | 260 | 0 | 103 | 10 | 31 | 463 | 62 | 62 |
| Binary | 10111111 | 111111 | 10110000 | 0 | 1000011 | 1000 | 11001 | 100110011 | 110010 | 110010 |
Color Harmonies of #BF3FB0
Complementary color
Monochromatic Colors of #BF3FB0
Black with #BF3FB0
Text Example
Text Example
White with #BF3FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FB0; }
p { color: rgb(191,63,176); }
H1.HeaderClassName
{
color: #BF3FB0;
}
.AnyTagClassName
{
color: #BF3FB0;
}
</style>
background-color css
<style>
a { background-color: #BF3FB0; }
a { background-color: rgb(191,63,176); }
div.DivClassName
{
background-color: #BF3FB0;
}
.BgClassName
{
background-color: #BF3FB0;
}
</style>
border-color css
<style>
span { border-color: #BF3FB0; }
span { border-color: rgb(191,63,176); }
td.TdClassName
{
border-color: #BF3FB0;
}
.TagClassName
{
border-color: #BF3FB0;
}
</style>