Shades of Fuchsia #BF43BC
Tints of Fuchsia #BF43BC
RGB
CMYK
RGB Variations
Color information
#BF43BC (or 0xBF43BC) is known color: Fuchsia. HEX triplet: BF, 43 and BC. RGB value is (191,67,188). Sum of RGB (Red+Green+Blue) = 191+67+188=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43BC is #40BC43. Grayscale: #757575. Windows color (decimal): -4242500 or 12338111. OLE color: 12338111.
HSL color Cylindrical-coordinate representation of color #BF43BC: hue angle of 301.45º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF43BC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 188 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.25 |
| HSL | 301.45º | 0.49% | 0.51% | - |
| HSV(B) | 301.45º | 0.65% | 0.75% | - |
| XYZ | 32.57 | 18.72 | 49.47 | - |
| YUV | 117.87 | 167.58 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 188 | 0 | 0.65 | 0.02 | 0.25 | 301.45 | 0.49 | 0.51 |
| Hex | BF | 43 | BC | 0 | 41 | 2 | 19 | 12D | 31 | 33 |
| Octal | 277 | 103 | 274 | 0 | 101 | 2 | 31 | 455 | 61 | 63 |
| Binary | 10111111 | 1000011 | 10111100 | 0 | 1000001 | 10 | 11001 | 100101101 | 110001 | 110011 |
Color Harmonies of #BF43BC
Complementary color
Monochromatic Colors of #BF43BC
Black with #BF43BC
Text Example
Text Example
White with #BF43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43BC; }
p { color: rgb(191,67,188); }
H1.HeaderClassName
{
color: #BF43BC;
}
.AnyTagClassName
{
color: #BF43BC;
}
</style>
background-color css
<style>
a { background-color: #BF43BC; }
a { background-color: rgb(191,67,188); }
div.DivClassName
{
background-color: #BF43BC;
}
.BgClassName
{
background-color: #BF43BC;
}
</style>
border-color css
<style>
span { border-color: #BF43BC; }
span { border-color: rgb(191,67,188); }
td.TdClassName
{
border-color: #BF43BC;
}
.TagClassName
{
border-color: #BF43BC;
}
</style>