Shades of Fuchsia #BF75C0
Tints of Fuchsia #BF75C0
RGB
CMYK
RGB Variations
Color information
#BF75C0 (or 0xBF75C0) is known color: Fuchsia. HEX triplet: BF, 75 and C0. RGB value is (191,117,192). Sum of RGB (Red+Green+Blue) = 191+117+192=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF75C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75C0 is #408A3F. Grayscale: #939393. Windows color (decimal): -4229696 or 12613055. OLE color: 12613055.
HSL color Cylindrical-coordinate representation of color #BF75C0: hue angle of 299.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF75C0 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 192 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.25 |
| HSL | 299.2º | 0.37% | 0.61% | - |
| HSV(B) | 299.2º | 0.39% | 0.75% | - |
| XYZ | 37.36 | 27.6 | 53.23 | - |
| YUV | 147.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 192 | 0.01 | 0.39 | 0 | 0.25 | 299.2 | 0.37 | 0.61 |
| Hex | BF | 75 | C0 | 1 | 27 | 0 | 19 | 12B | 25 | 3D |
| Octal | 277 | 165 | 300 | 1 | 47 | 0 | 31 | 453 | 45 | 75 |
| Binary | 10111111 | 1110101 | 11000000 | 1 | 100111 | 0 | 11001 | 100101011 | 100101 | 111101 |
Color Harmonies of #BF75C0
Complementary color
Monochromatic Colors of #BF75C0
Black with #BF75C0
Text Example
Text Example
White with #BF75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF75C0; }
p { color: rgb(191,117,192); }
H1.HeaderClassName
{
color: #BF75C0;
}
.AnyTagClassName
{
color: #BF75C0;
}
</style>
background-color css
<style>
a { background-color: #BF75C0; }
a { background-color: rgb(191,117,192); }
div.DivClassName
{
background-color: #BF75C0;
}
.BgClassName
{
background-color: #BF75C0;
}
</style>
border-color css
<style>
span { border-color: #BF75C0; }
span { border-color: rgb(191,117,192); }
td.TdClassName
{
border-color: #BF75C0;
}
.TagClassName
{
border-color: #BF75C0;
}
</style>