Shades of Fuchsia #BF4CB8
Tints of Fuchsia #BF4CB8
RGB
CMYK
RGB Variations
Color information
#BF4CB8 (or 0xBF4CB8) is known color: Fuchsia. HEX triplet: BF, 4C and B8. RGB value is (191,76,184). Sum of RGB (Red+Green+Blue) = 191+76+184=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CB8 is #40B347. Grayscale: #7A7A7A. Windows color (decimal): -4240200 or 12078271. OLE color: 12078271.
HSL color Cylindrical-coordinate representation of color #BF4CB8: hue angle of 303.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CB8 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 184 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.25 |
| HSL | 303.65º | 0.47% | 0.52% | - |
| HSV(B) | 303.65º | 0.6% | 0.75% | - |
| XYZ | 32.72 | 19.71 | 47.43 | - |
| YUV | 122.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 184 | 0 | 0.60 | 0.04 | 0.25 | 303.65 | 0.47 | 0.52 |
| Hex | BF | 4C | B8 | 0 | 3C | 4 | 19 | 130 | 2F | 34 |
| Octal | 277 | 114 | 270 | 0 | 74 | 4 | 31 | 460 | 57 | 64 |
| Binary | 10111111 | 1001100 | 10111000 | 0 | 111100 | 100 | 11001 | 100110000 | 101111 | 110100 |
Color Harmonies of #BF4CB8
Complementary color
Monochromatic Colors of #BF4CB8
Black with #BF4CB8
Text Example
Text Example
White with #BF4CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CB8; }
p { color: rgb(191,76,184); }
H1.HeaderClassName
{
color: #BF4CB8;
}
.AnyTagClassName
{
color: #BF4CB8;
}
</style>
background-color css
<style>
a { background-color: #BF4CB8; }
a { background-color: rgb(191,76,184); }
div.DivClassName
{
background-color: #BF4CB8;
}
.BgClassName
{
background-color: #BF4CB8;
}
</style>
border-color css
<style>
span { border-color: #BF4CB8; }
span { border-color: rgb(191,76,184); }
td.TdClassName
{
border-color: #BF4CB8;
}
.TagClassName
{
border-color: #BF4CB8;
}
</style>