Shades of Fuchsia #BF3DC2
Tints of Fuchsia #BF3DC2
RGB
CMYK
RGB Variations
Color information
#BF3DC2 (or 0xBF3DC2) is known color: Fuchsia. HEX triplet: BF, 3D and C2. RGB value is (191,61,194). Sum of RGB (Red+Green+Blue) = 191+61+194=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF3DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DC2 is #40C23D. Grayscale: #727272. Windows color (decimal): -4244030 or 12729791. OLE color: 12729791.
HSL color Cylindrical-coordinate representation of color #BF3DC2: hue angle of 298.65º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3DC2 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 61 | 194 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.24 |
| HSL | 298.65º | 0.52% | 0.5% | - |
| HSV(B) | 298.65º | 0.69% | 0.76% | - |
| XYZ | 32.89 | 18.31 | 52.84 | - |
| YUV | 115.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 194 | 0.02 | 0.69 | 0 | 0.24 | 298.65 | 0.52 | 0.5 |
| Hex | BF | 3D | C2 | 2 | 45 | 0 | 18 | 12B | 34 | 32 |
| Octal | 277 | 75 | 302 | 2 | 105 | 0 | 30 | 453 | 64 | 62 |
| Binary | 10111111 | 111101 | 11000010 | 10 | 1000101 | 0 | 11000 | 100101011 | 110100 | 110010 |
Color Harmonies of #BF3DC2
Complementary color
Monochromatic Colors of #BF3DC2
Black with #BF3DC2
Text Example
Text Example
White with #BF3DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3DC2; }
p { color: rgb(191,61,194); }
H1.HeaderClassName
{
color: #BF3DC2;
}
.AnyTagClassName
{
color: #BF3DC2;
}
</style>
background-color css
<style>
a { background-color: #BF3DC2; }
a { background-color: rgb(191,61,194); }
div.DivClassName
{
background-color: #BF3DC2;
}
.BgClassName
{
background-color: #BF3DC2;
}
</style>
border-color css
<style>
span { border-color: #BF3DC2; }
span { border-color: rgb(191,61,194); }
td.TdClassName
{
border-color: #BF3DC2;
}
.TagClassName
{
border-color: #BF3DC2;
}
</style>