Shades of Fuchsia #BF40C1
Tints of Fuchsia #BF40C1
RGB
CMYK
RGB Variations
Color information
#BF40C1 (or 0xBF40C1) is known color: Fuchsia. HEX triplet: BF, 40 and C1. RGB value is (191,64,193). Sum of RGB (Red+Green+Blue) = 191+64+193=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C1 is #40BF3E. Grayscale: #747474. Windows color (decimal): -4243263 or 12665023. OLE color: 12665023.
HSL color Cylindrical-coordinate representation of color #BF40C1: hue angle of 299.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF40C1 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 64 | 193 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.24 |
| HSL | 299.07º | 0.51% | 0.5% | - |
| HSV(B) | 299.07º | 0.67% | 0.76% | - |
| XYZ | 32.94 | 18.59 | 52.3 | - |
| YUV | 116.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 193 | 0.01 | 0.67 | 0 | 0.24 | 299.07 | 0.51 | 0.5 |
| Hex | BF | 40 | C1 | 1 | 43 | 0 | 18 | 12B | 33 | 32 |
| Octal | 277 | 100 | 301 | 1 | 103 | 0 | 30 | 453 | 63 | 62 |
| Binary | 10111111 | 1000000 | 11000001 | 1 | 1000011 | 0 | 11000 | 100101011 | 110011 | 110010 |
Color Harmonies of #BF40C1
Complementary color
Monochromatic Colors of #BF40C1
Black with #BF40C1
Text Example
Text Example
White with #BF40C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40C1; }
p { color: rgb(191,64,193); }
H1.HeaderClassName
{
color: #BF40C1;
}
.AnyTagClassName
{
color: #BF40C1;
}
</style>
background-color css
<style>
a { background-color: #BF40C1; }
a { background-color: rgb(191,64,193); }
div.DivClassName
{
background-color: #BF40C1;
}
.BgClassName
{
background-color: #BF40C1;
}
</style>
border-color css
<style>
span { border-color: #BF40C1; }
span { border-color: rgb(191,64,193); }
td.TdClassName
{
border-color: #BF40C1;
}
.TagClassName
{
border-color: #BF40C1;
}
</style>