Shades of Fuchsia #BF5BC2
Tints of Fuchsia #BF5BC2
RGB
CMYK
RGB Variations
Color information
#BF5BC2 (or 0xBF5BC2) is known color: Fuchsia. HEX triplet: BF, 5B and C2. RGB value is (191,91,194). Sum of RGB (Red+Green+Blue) = 191+91+194=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BC2 is #40A43D. Grayscale: #848484. Windows color (decimal): -4236350 or 12737471. OLE color: 12737471.
HSL color Cylindrical-coordinate representation of color #BF5BC2: hue angle of 298.25º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5BC2 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 91 | 194 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.24 |
| HSL | 298.25º | 0.46% | 0.56% | - |
| HSV(B) | 298.25º | 0.53% | 0.76% | - |
| XYZ | 34.96 | 22.45 | 53.53 | - |
| YUV | 132.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 194 | 0.02 | 0.53 | 0 | 0.24 | 298.25 | 0.46 | 0.56 |
| Hex | BF | 5B | C2 | 2 | 35 | 0 | 18 | 12A | 2E | 38 |
| Octal | 277 | 133 | 302 | 2 | 65 | 0 | 30 | 452 | 56 | 70 |
| Binary | 10111111 | 1011011 | 11000010 | 10 | 110101 | 0 | 11000 | 100101010 | 101110 | 111000 |
Color Harmonies of #BF5BC2
Complementary color
Monochromatic Colors of #BF5BC2
Black with #BF5BC2
Text Example
Text Example
White with #BF5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BC2; }
p { color: rgb(191,91,194); }
H1.HeaderClassName
{
color: #BF5BC2;
}
.AnyTagClassName
{
color: #BF5BC2;
}
</style>
background-color css
<style>
a { background-color: #BF5BC2; }
a { background-color: rgb(191,91,194); }
div.DivClassName
{
background-color: #BF5BC2;
}
.BgClassName
{
background-color: #BF5BC2;
}
</style>
border-color css
<style>
span { border-color: #BF5BC2; }
span { border-color: rgb(191,91,194); }
td.TdClassName
{
border-color: #BF5BC2;
}
.TagClassName
{
border-color: #BF5BC2;
}
</style>