Shades of Fuchsia #BF62C0
Tints of Fuchsia #BF62C0
RGB
CMYK
RGB Variations
Color information
#BF62C0 (or 0xBF62C0) is known color: Fuchsia. HEX triplet: BF, 62 and C0. RGB value is (191,98,192). Sum of RGB (Red+Green+Blue) = 191+98+192=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62C0 is #409D3F. Grayscale: #888888. Windows color (decimal): -4234560 or 12608191. OLE color: 12608191.
HSL color Cylindrical-coordinate representation of color #BF62C0: hue angle of 299.36º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF62C0 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 192 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.25 |
| HSL | 299.36º | 0.43% | 0.57% | - |
| HSV(B) | 299.36º | 0.49% | 0.75% | - |
| XYZ | 35.37 | 23.62 | 52.56 | - |
| YUV | 136.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 192 | 0.01 | 0.49 | 0 | 0.25 | 299.36 | 0.43 | 0.57 |
| Hex | BF | 62 | C0 | 1 | 31 | 0 | 19 | 12B | 2B | 39 |
| Octal | 277 | 142 | 300 | 1 | 61 | 0 | 31 | 453 | 53 | 71 |
| Binary | 10111111 | 1100010 | 11000000 | 1 | 110001 | 0 | 11001 | 100101011 | 101011 | 111001 |
Color Harmonies of #BF62C0
Complementary color
Monochromatic Colors of #BF62C0
Black with #BF62C0
Text Example
Text Example
White with #BF62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF62C0; }
p { color: rgb(191,98,192); }
H1.HeaderClassName
{
color: #BF62C0;
}
.AnyTagClassName
{
color: #BF62C0;
}
</style>
background-color css
<style>
a { background-color: #BF62C0; }
a { background-color: rgb(191,98,192); }
div.DivClassName
{
background-color: #BF62C0;
}
.BgClassName
{
background-color: #BF62C0;
}
</style>
border-color css
<style>
span { border-color: #BF62C0; }
span { border-color: rgb(191,98,192); }
td.TdClassName
{
border-color: #BF62C0;
}
.TagClassName
{
border-color: #BF62C0;
}
</style>