Shades of Fuchsia #BF68C3
Tints of Fuchsia #BF68C3
RGB
CMYK
RGB Variations
Color information
#BF68C3 (or 0xBF68C3) is known color: Fuchsia. HEX triplet: BF, 68 and C3. RGB value is (191,104,195). Sum of RGB (Red+Green+Blue) = 191+104+195=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF68C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68C3 is #40973C. Grayscale: #8C8C8C. Windows color (decimal): -4233021 or 12806335. OLE color: 12806335.
HSL color Cylindrical-coordinate representation of color #BF68C3: hue angle of 297.36º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF68C3 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 104 | 195 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.24 |
| HSL | 297.36º | 0.43% | 0.59% | - |
| HSV(B) | 297.36º | 0.47% | 0.76% | - |
| XYZ | 36.29 | 24.92 | 54.53 | - |
| YUV | 140.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 195 | 0.02 | 0.47 | 0 | 0.24 | 297.36 | 0.43 | 0.59 |
| Hex | BF | 68 | C3 | 2 | 2F | 0 | 18 | 129 | 2B | 3B |
| Octal | 277 | 150 | 303 | 2 | 57 | 0 | 30 | 451 | 53 | 73 |
| Binary | 10111111 | 1101000 | 11000011 | 10 | 101111 | 0 | 11000 | 100101001 | 101011 | 111011 |
Color Harmonies of #BF68C3
Complementary color
Monochromatic Colors of #BF68C3
Black with #BF68C3
Text Example
Text Example
White with #BF68C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68C3; }
p { color: rgb(191,104,195); }
H1.HeaderClassName
{
color: #BF68C3;
}
.AnyTagClassName
{
color: #BF68C3;
}
</style>
background-color css
<style>
a { background-color: #BF68C3; }
a { background-color: rgb(191,104,195); }
div.DivClassName
{
background-color: #BF68C3;
}
.BgClassName
{
background-color: #BF68C3;
}
</style>
border-color css
<style>
span { border-color: #BF68C3; }
span { border-color: rgb(191,104,195); }
td.TdClassName
{
border-color: #BF68C3;
}
.TagClassName
{
border-color: #BF68C3;
}
</style>