Shades of Fuchsia #BF63C3
Tints of Fuchsia #BF63C3
RGB
CMYK
RGB Variations
Color information
#BF63C3 (or 0xBF63C3) is known color: Fuchsia. HEX triplet: BF, 63 and C3. RGB value is (191,99,195). Sum of RGB (Red+Green+Blue) = 191+99+195=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF63C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63C3 is #409C3C. Grayscale: #898989. Windows color (decimal): -4234301 or 12805055. OLE color: 12805055.
HSL color Cylindrical-coordinate representation of color #BF63C3: hue angle of 297.5º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF63C3 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 99 | 195 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.24 |
| HSL | 297.5º | 0.44% | 0.58% | - |
| HSV(B) | 297.5º | 0.49% | 0.76% | - |
| XYZ | 35.8 | 23.94 | 54.36 | - |
| YUV | 137.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 195 | 0.02 | 0.49 | 0 | 0.24 | 297.5 | 0.44 | 0.58 |
| Hex | BF | 63 | C3 | 2 | 31 | 0 | 18 | 12A | 2C | 3A |
| Octal | 277 | 143 | 303 | 2 | 61 | 0 | 30 | 452 | 54 | 72 |
| Binary | 10111111 | 1100011 | 11000011 | 10 | 110001 | 0 | 11000 | 100101010 | 101100 | 111010 |
Color Harmonies of #BF63C3
Complementary color
Monochromatic Colors of #BF63C3
Black with #BF63C3
Text Example
Text Example
White with #BF63C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63C3; }
p { color: rgb(191,99,195); }
H1.HeaderClassName
{
color: #BF63C3;
}
.AnyTagClassName
{
color: #BF63C3;
}
</style>
background-color css
<style>
a { background-color: #BF63C3; }
a { background-color: rgb(191,99,195); }
div.DivClassName
{
background-color: #BF63C3;
}
.BgClassName
{
background-color: #BF63C3;
}
</style>
border-color css
<style>
span { border-color: #BF63C3; }
span { border-color: rgb(191,99,195); }
td.TdClassName
{
border-color: #BF63C3;
}
.TagClassName
{
border-color: #BF63C3;
}
</style>