Shades of Fuchsia #BF4DC0
Tints of Fuchsia #BF4DC0
RGB
CMYK
RGB Variations
Color information
#BF4DC0 (or 0xBF4DC0) is known color: Fuchsia. HEX triplet: BF, 4D and C0. RGB value is (191,77,192). Sum of RGB (Red+Green+Blue) = 191+77+192=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF4DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DC0 is #40B23F. Grayscale: #7B7B7B. Windows color (decimal): -4239936 or 12602815. OLE color: 12602815.
HSL color Cylindrical-coordinate representation of color #BF4DC0: hue angle of 299.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4DC0 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 192 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.25 |
| HSL | 299.48º | 0.48% | 0.53% | - |
| HSV(B) | 299.48º | 0.6% | 0.75% | - |
| XYZ | 33.65 | 20.19 | 51.99 | - |
| YUV | 124.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 192 | 0.01 | 0.60 | 0 | 0.25 | 299.48 | 0.48 | 0.53 |
| Hex | BF | 4D | C0 | 1 | 3C | 0 | 19 | 12B | 30 | 35 |
| Octal | 277 | 115 | 300 | 1 | 74 | 0 | 31 | 453 | 60 | 65 |
| Binary | 10111111 | 1001101 | 11000000 | 1 | 111100 | 0 | 11001 | 100101011 | 110000 | 110101 |
Color Harmonies of #BF4DC0
Complementary color
Monochromatic Colors of #BF4DC0
Black with #BF4DC0
Text Example
Text Example
White with #BF4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DC0; }
p { color: rgb(191,77,192); }
H1.HeaderClassName
{
color: #BF4DC0;
}
.AnyTagClassName
{
color: #BF4DC0;
}
</style>
background-color css
<style>
a { background-color: #BF4DC0; }
a { background-color: rgb(191,77,192); }
div.DivClassName
{
background-color: #BF4DC0;
}
.BgClassName
{
background-color: #BF4DC0;
}
</style>
border-color css
<style>
span { border-color: #BF4DC0; }
span { border-color: rgb(191,77,192); }
td.TdClassName
{
border-color: #BF4DC0;
}
.TagClassName
{
border-color: #BF4DC0;
}
</style>