Shades of Fuchsia #BF70C5
Tints of Fuchsia #BF70C5
RGB
CMYK
RGB Variations
Color information
#BF70C5 (or 0xBF70C5) is known color: Fuchsia. HEX triplet: BF, 70 and C5. RGB value is (191,112,197). Sum of RGB (Red+Green+Blue) = 191+112+197=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF70C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70C5 is #408F3A. Grayscale: #919191. Windows color (decimal): -4230971 or 12939455. OLE color: 12939455.
HSL color Cylindrical-coordinate representation of color #BF70C5: hue angle of 295.76º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF70C5 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 112 | 197 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.23 |
| HSL | 295.76º | 0.42% | 0.61% | - |
| HSV(B) | 295.76º | 0.43% | 0.77% | - |
| XYZ | 37.36 | 26.7 | 56.01 | - |
| YUV | 145.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 197 | 0.03 | 0.43 | 0 | 0.23 | 295.76 | 0.42 | 0.61 |
| Hex | BF | 70 | C5 | 3 | 2B | 0 | 17 | 128 | 2A | 3D |
| Octal | 277 | 160 | 305 | 3 | 53 | 0 | 27 | 450 | 52 | 75 |
| Binary | 10111111 | 1110000 | 11000101 | 11 | 101011 | 0 | 10111 | 100101000 | 101010 | 111101 |
Color Harmonies of #BF70C5
Complementary color
Monochromatic Colors of #BF70C5
Black with #BF70C5
Text Example
Text Example
White with #BF70C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70C5; }
p { color: rgb(191,112,197); }
H1.HeaderClassName
{
color: #BF70C5;
}
.AnyTagClassName
{
color: #BF70C5;
}
</style>
background-color css
<style>
a { background-color: #BF70C5; }
a { background-color: rgb(191,112,197); }
div.DivClassName
{
background-color: #BF70C5;
}
.BgClassName
{
background-color: #BF70C5;
}
</style>
border-color css
<style>
span { border-color: #BF70C5; }
span { border-color: rgb(191,112,197); }
td.TdClassName
{
border-color: #BF70C5;
}
.TagClassName
{
border-color: #BF70C5;
}
</style>