Shades of Fuchsia #BF4DC8
Tints of Fuchsia #BF4DC8
RGB
CMYK
RGB Variations
Color information
#BF4DC8 (or 0xBF4DC8) is known color: Fuchsia. HEX triplet: BF, 4D and C8. RGB value is (191,77,200). Sum of RGB (Red+Green+Blue) = 191+77+200=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF4DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DC8 is #40B237. Grayscale: #7C7C7C. Windows color (decimal): -4239928 or 13127103. OLE color: 13127103.
HSL color Cylindrical-coordinate representation of color #BF4DC8: hue angle of 295.61º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4DC8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 77 | 200 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.22 |
| HSL | 295.61º | 0.53% | 0.54% | - |
| HSV(B) | 295.61º | 0.62% | 0.78% | - |
| XYZ | 34.57 | 20.55 | 56.79 | - |
| YUV | 125.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 200 | 0.04 | 0.62 | 0 | 0.22 | 295.61 | 0.53 | 0.54 |
| Hex | BF | 4D | C8 | 4 | 3E | 0 | 16 | 128 | 35 | 36 |
| Octal | 277 | 115 | 310 | 4 | 76 | 0 | 26 | 450 | 65 | 66 |
| Binary | 10111111 | 1001101 | 11001000 | 100 | 111110 | 0 | 10110 | 100101000 | 110101 | 110110 |
Color Harmonies of #BF4DC8
Complementary color
Monochromatic Colors of #BF4DC8
Black with #BF4DC8
Text Example
Text Example
White with #BF4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DC8; }
p { color: rgb(191,77,200); }
H1.HeaderClassName
{
color: #BF4DC8;
}
.AnyTagClassName
{
color: #BF4DC8;
}
</style>
background-color css
<style>
a { background-color: #BF4DC8; }
a { background-color: rgb(191,77,200); }
div.DivClassName
{
background-color: #BF4DC8;
}
.BgClassName
{
background-color: #BF4DC8;
}
</style>
border-color css
<style>
span { border-color: #BF4DC8; }
span { border-color: rgb(191,77,200); }
td.TdClassName
{
border-color: #BF4DC8;
}
.TagClassName
{
border-color: #BF4DC8;
}
</style>