Shades of Fuchsia #BF60C5
Tints of Fuchsia #BF60C5
RGB
CMYK
RGB Variations
Color information
#BF60C5 (or 0xBF60C5) is known color: Fuchsia. HEX triplet: BF, 60 and C5. RGB value is (191,96,197). Sum of RGB (Red+Green+Blue) = 191+96+197=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60C5 is #409F3A. Grayscale: #878787. Windows color (decimal): -4235067 or 12935359. OLE color: 12935359.
HSL color Cylindrical-coordinate representation of color #BF60C5: hue angle of 296.44º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF60C5 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 96 | 197 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.23 |
| HSL | 296.44º | 0.47% | 0.57% | - |
| HSV(B) | 296.44º | 0.51% | 0.77% | - |
| XYZ | 35.75 | 23.47 | 55.47 | - |
| YUV | 135.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 197 | 0.03 | 0.51 | 0 | 0.23 | 296.44 | 0.47 | 0.57 |
| Hex | BF | 60 | C5 | 3 | 33 | 0 | 17 | 128 | 2F | 39 |
| Octal | 277 | 140 | 305 | 3 | 63 | 0 | 27 | 450 | 57 | 71 |
| Binary | 10111111 | 1100000 | 11000101 | 11 | 110011 | 0 | 10111 | 100101000 | 101111 | 111001 |
Color Harmonies of #BF60C5
Complementary color
Monochromatic Colors of #BF60C5
Black with #BF60C5
Text Example
Text Example
White with #BF60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF60C5; }
p { color: rgb(191,96,197); }
H1.HeaderClassName
{
color: #BF60C5;
}
.AnyTagClassName
{
color: #BF60C5;
}
</style>
background-color css
<style>
a { background-color: #BF60C5; }
a { background-color: rgb(191,96,197); }
div.DivClassName
{
background-color: #BF60C5;
}
.BgClassName
{
background-color: #BF60C5;
}
</style>
border-color css
<style>
span { border-color: #BF60C5; }
span { border-color: rgb(191,96,197); }
td.TdClassName
{
border-color: #BF60C5;
}
.TagClassName
{
border-color: #BF60C5;
}
</style>