Shades of Fuchsia #BF4CB2
Tints of Fuchsia #BF4CB2
RGB
CMYK
RGB Variations
Color information
#BF4CB2 (or 0xBF4CB2) is known color: Fuchsia. HEX triplet: BF, 4C and B2. RGB value is (191,76,178). Sum of RGB (Red+Green+Blue) = 191+76+178=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4CB2 is #40B34D. Grayscale: #797979. Windows color (decimal): -4240206 or 11685055. OLE color: 11685055.
HSL color Cylindrical-coordinate representation of color #BF4CB2: hue angle of 306.78º 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 #BF4CB2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 178 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.25 |
| HSL | 306.78º | 0.47% | 0.52% | - |
| HSV(B) | 306.78º | 0.6% | 0.75% | - |
| XYZ | 32.11 | 19.46 | 44.18 | - |
| YUV | 122.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 178 | 0 | 0.60 | 0.07 | 0.25 | 306.78 | 0.47 | 0.52 |
| Hex | BF | 4C | B2 | 0 | 3C | 7 | 19 | 133 | 2F | 34 |
| Octal | 277 | 114 | 262 | 0 | 74 | 7 | 31 | 463 | 57 | 64 |
| Binary | 10111111 | 1001100 | 10110010 | 0 | 111100 | 111 | 11001 | 100110011 | 101111 | 110100 |
Color Harmonies of #BF4CB2
Complementary color
Monochromatic Colors of #BF4CB2
Black with #BF4CB2
Text Example
Text Example
White with #BF4CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CB2; }
p { color: rgb(191,76,178); }
H1.HeaderClassName
{
color: #BF4CB2;
}
.AnyTagClassName
{
color: #BF4CB2;
}
</style>
background-color css
<style>
a { background-color: #BF4CB2; }
a { background-color: rgb(191,76,178); }
div.DivClassName
{
background-color: #BF4CB2;
}
.BgClassName
{
background-color: #BF4CB2;
}
</style>
border-color css
<style>
span { border-color: #BF4CB2; }
span { border-color: rgb(191,76,178); }
td.TdClassName
{
border-color: #BF4CB2;
}
.TagClassName
{
border-color: #BF4CB2;
}
</style>