Shades of Fuchsia #BF63BD
Tints of Fuchsia #BF63BD
RGB
CMYK
RGB Variations
Color information
#BF63BD (or 0xBF63BD) is known color: Fuchsia. HEX triplet: BF, 63 and BD. RGB value is (191,99,189). Sum of RGB (Red+Green+Blue) = 191+99+189=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63BD is #409C42. Grayscale: #888888. Windows color (decimal): -4234307 or 12411839. OLE color: 12411839.
HSL color Cylindrical-coordinate representation of color #BF63BD: hue angle of 301.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF63BD is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 189 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.25 |
| HSL | 301.3º | 0.42% | 0.57% | - |
| HSV(B) | 301.3º | 0.48% | 0.75% | - |
| XYZ | 35.13 | 23.67 | 50.86 | - |
| YUV | 136.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 189 | 0 | 0.48 | 0.01 | 0.25 | 301.3 | 0.42 | 0.57 |
| Hex | BF | 63 | BD | 0 | 30 | 1 | 19 | 12D | 2A | 39 |
| Octal | 277 | 143 | 275 | 0 | 60 | 1 | 31 | 455 | 52 | 71 |
| Binary | 10111111 | 1100011 | 10111101 | 0 | 110000 | 1 | 11001 | 100101101 | 101010 | 111001 |
Color Harmonies of #BF63BD
Complementary color
Monochromatic Colors of #BF63BD
Black with #BF63BD
Text Example
Text Example
White with #BF63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF63BD; }
p { color: rgb(191,99,189); }
H1.HeaderClassName
{
color: #BF63BD;
}
.AnyTagClassName
{
color: #BF63BD;
}
</style>
background-color css
<style>
a { background-color: #BF63BD; }
a { background-color: rgb(191,99,189); }
div.DivClassName
{
background-color: #BF63BD;
}
.BgClassName
{
background-color: #BF63BD;
}
</style>
border-color css
<style>
span { border-color: #BF63BD; }
span { border-color: rgb(191,99,189); }
td.TdClassName
{
border-color: #BF63BD;
}
.TagClassName
{
border-color: #BF63BD;
}
</style>