Shades of Fuchsia #BF3FB4
Tints of Fuchsia #BF3FB4
RGB
CMYK
RGB Variations
Color information
#BF3FB4 (or 0xBF3FB4) is known color: Fuchsia. HEX triplet: BF, 3F and B4. RGB value is (191,63,180). Sum of RGB (Red+Green+Blue) = 191+63+180=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FB4 is #40C04B. Grayscale: #727272. Windows color (decimal): -4243532 or 11812799. OLE color: 11812799.
HSL color Cylindrical-coordinate representation of color #BF3FB4: hue angle of 305.16º 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 #BF3FB4 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 180 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.25 |
| HSL | 305.16º | 0.5% | 0.5% | - |
| HSV(B) | 305.16º | 0.67% | 0.75% | - |
| XYZ | 31.5 | 17.93 | 44.98 | - |
| YUV | 114.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 180 | 0 | 0.67 | 0.06 | 0.25 | 305.16 | 0.5 | 0.5 |
| Hex | BF | 3F | B4 | 0 | 43 | 6 | 19 | 131 | 32 | 32 |
| Octal | 277 | 77 | 264 | 0 | 103 | 6 | 31 | 461 | 62 | 62 |
| Binary | 10111111 | 111111 | 10110100 | 0 | 1000011 | 110 | 11001 | 100110001 | 110010 | 110010 |
Color Harmonies of #BF3FB4
Complementary color
Monochromatic Colors of #BF3FB4
Black with #BF3FB4
Text Example
Text Example
White with #BF3FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FB4; }
p { color: rgb(191,63,180); }
H1.HeaderClassName
{
color: #BF3FB4;
}
.AnyTagClassName
{
color: #BF3FB4;
}
</style>
background-color css
<style>
a { background-color: #BF3FB4; }
a { background-color: rgb(191,63,180); }
div.DivClassName
{
background-color: #BF3FB4;
}
.BgClassName
{
background-color: #BF3FB4;
}
</style>
border-color css
<style>
span { border-color: #BF3FB4; }
span { border-color: rgb(191,63,180); }
td.TdClassName
{
border-color: #BF3FB4;
}
.TagClassName
{
border-color: #BF3FB4;
}
</style>