Shades of Fuchsia #BF60C2
Tints of Fuchsia #BF60C2
RGB
CMYK
RGB Variations
Color information
#BF60C2 (or 0xBF60C2) is known color: Fuchsia. HEX triplet: BF, 60 and C2. RGB value is (191,96,194). Sum of RGB (Red+Green+Blue) = 191+96+194=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60C2 is #409F3D. Grayscale: #878787. Windows color (decimal): -4235070 or 12738751. OLE color: 12738751.
HSL color Cylindrical-coordinate representation of color #BF60C2: hue angle of 298.16º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF60C2 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 96 | 194 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.24 |
| HSL | 298.16º | 0.45% | 0.57% | - |
| HSV(B) | 298.16º | 0.51% | 0.76% | - |
| XYZ | 35.41 | 23.34 | 53.68 | - |
| YUV | 135.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 194 | 0.02 | 0.51 | 0 | 0.24 | 298.16 | 0.45 | 0.57 |
| Hex | BF | 60 | C2 | 2 | 33 | 0 | 18 | 12A | 2D | 39 |
| Octal | 277 | 140 | 302 | 2 | 63 | 0 | 30 | 452 | 55 | 71 |
| Binary | 10111111 | 1100000 | 11000010 | 10 | 110011 | 0 | 11000 | 100101010 | 101101 | 111001 |
Color Harmonies of #BF60C2
Complementary color
Monochromatic Colors of #BF60C2
Black with #BF60C2
Text Example
Text Example
White with #BF60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF60C2; }
p { color: rgb(191,96,194); }
H1.HeaderClassName
{
color: #BF60C2;
}
.AnyTagClassName
{
color: #BF60C2;
}
</style>
background-color css
<style>
a { background-color: #BF60C2; }
a { background-color: rgb(191,96,194); }
div.DivClassName
{
background-color: #BF60C2;
}
.BgClassName
{
background-color: #BF60C2;
}
</style>
border-color css
<style>
span { border-color: #BF60C2; }
span { border-color: rgb(191,96,194); }
td.TdClassName
{
border-color: #BF60C2;
}
.TagClassName
{
border-color: #BF60C2;
}
</style>