Shades of Fuchsia #BF70BC
Tints of Fuchsia #BF70BC
RGB
CMYK
RGB Variations
Color information
#BF70BC (or 0xBF70BC) is known color: Fuchsia. HEX triplet: BF, 70 and BC. RGB value is (191,112,188). Sum of RGB (Red+Green+Blue) = 191+112+188=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70BC is #408F43. Grayscale: #909090. Windows color (decimal): -4230980 or 12349631. OLE color: 12349631.
HSL color Cylindrical-coordinate representation of color #BF70BC: hue angle of 302.28º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF70BC is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 188 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.25 |
| HSL | 302.28º | 0.38% | 0.59% | - |
| HSV(B) | 302.28º | 0.41% | 0.75% | - |
| XYZ | 36.36 | 26.3 | 50.74 | - |
| YUV | 144.29 | 152.67 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 188 | 0 | 0.41 | 0.02 | 0.25 | 302.28 | 0.38 | 0.59 |
| Hex | BF | 70 | BC | 0 | 29 | 2 | 19 | 12E | 26 | 3B |
| Octal | 277 | 160 | 274 | 0 | 51 | 2 | 31 | 456 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10111100 | 0 | 101001 | 10 | 11001 | 100101110 | 100110 | 111011 |
Color Harmonies of #BF70BC
Complementary color
Monochromatic Colors of #BF70BC
Black with #BF70BC
Text Example
Text Example
White with #BF70BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70BC; }
p { color: rgb(191,112,188); }
H1.HeaderClassName
{
color: #BF70BC;
}
.AnyTagClassName
{
color: #BF70BC;
}
</style>
background-color css
<style>
a { background-color: #BF70BC; }
a { background-color: rgb(191,112,188); }
div.DivClassName
{
background-color: #BF70BC;
}
.BgClassName
{
background-color: #BF70BC;
}
</style>
border-color css
<style>
span { border-color: #BF70BC; }
span { border-color: rgb(191,112,188); }
td.TdClassName
{
border-color: #BF70BC;
}
.TagClassName
{
border-color: #BF70BC;
}
</style>