Shades of Fuchsia #BF40C2
Tints of Fuchsia #BF40C2
RGB
CMYK
RGB Variations
Color information
#BF40C2 (or 0xBF40C2) is known color: Fuchsia. HEX triplet: BF, 40 and C2. RGB value is (191,64,194). Sum of RGB (Red+Green+Blue) = 191+64+194=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF40C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40C2 is #40BF3D. Grayscale: #747474. Windows color (decimal): -4243262 or 12730559. OLE color: 12730559.
HSL color Cylindrical-coordinate representation of color #BF40C2: hue angle of 298.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF40C2 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 64 | 194 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.24 |
| HSL | 298.62º | 0.52% | 0.51% | - |
| HSV(B) | 298.62º | 0.67% | 0.76% | - |
| XYZ | 33.06 | 18.64 | 52.89 | - |
| YUV | 116.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 194 | 0.02 | 0.67 | 0 | 0.24 | 298.62 | 0.52 | 0.51 |
| Hex | BF | 40 | C2 | 2 | 43 | 0 | 18 | 12B | 34 | 33 |
| Octal | 277 | 100 | 302 | 2 | 103 | 0 | 30 | 453 | 64 | 63 |
| Binary | 10111111 | 1000000 | 11000010 | 10 | 1000011 | 0 | 11000 | 100101011 | 110100 | 110011 |
Color Harmonies of #BF40C2
Complementary color
Monochromatic Colors of #BF40C2
Black with #BF40C2
Text Example
Text Example
White with #BF40C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40C2; }
p { color: rgb(191,64,194); }
H1.HeaderClassName
{
color: #BF40C2;
}
.AnyTagClassName
{
color: #BF40C2;
}
</style>
background-color css
<style>
a { background-color: #BF40C2; }
a { background-color: rgb(191,64,194); }
div.DivClassName
{
background-color: #BF40C2;
}
.BgClassName
{
background-color: #BF40C2;
}
</style>
border-color css
<style>
span { border-color: #BF40C2; }
span { border-color: rgb(191,64,194); }
td.TdClassName
{
border-color: #BF40C2;
}
.TagClassName
{
border-color: #BF40C2;
}
</style>