Shades of Fuchsia #BF70B3
Tints of Fuchsia #BF70B3
RGB
CMYK
RGB Variations
Color information
#BF70B3 (or 0xBF70B3) is known color: Fuchsia. HEX triplet: BF, 70 and B3. RGB value is (191,112,179). Sum of RGB (Red+Green+Blue) = 191+112+179=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70B3 is #408F4C. Grayscale: #8F8F8F. Windows color (decimal): -4230989 or 11759807. OLE color: 11759807.
HSL color Cylindrical-coordinate representation of color #BF70B3: hue angle of 309.11º 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 #BF70B3 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 179 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.25 |
| HSL | 309.11º | 0.38% | 0.59% | - |
| HSV(B) | 309.11º | 0.41% | 0.75% | - |
| XYZ | 35.42 | 25.92 | 45.78 | - |
| YUV | 143.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 179 | 0 | 0.41 | 0.06 | 0.25 | 309.11 | 0.38 | 0.59 |
| Hex | BF | 70 | B3 | 0 | 29 | 6 | 19 | 135 | 26 | 3B |
| Octal | 277 | 160 | 263 | 0 | 51 | 6 | 31 | 465 | 46 | 73 |
| Binary | 10111111 | 1110000 | 10110011 | 0 | 101001 | 110 | 11001 | 100110101 | 100110 | 111011 |
Color Harmonies of #BF70B3
Complementary color
Monochromatic Colors of #BF70B3
Black with #BF70B3
Text Example
Text Example
White with #BF70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70B3; }
p { color: rgb(191,112,179); }
H1.HeaderClassName
{
color: #BF70B3;
}
.AnyTagClassName
{
color: #BF70B3;
}
</style>
background-color css
<style>
a { background-color: #BF70B3; }
a { background-color: rgb(191,112,179); }
div.DivClassName
{
background-color: #BF70B3;
}
.BgClassName
{
background-color: #BF70B3;
}
</style>
border-color css
<style>
span { border-color: #BF70B3; }
span { border-color: rgb(191,112,179); }
td.TdClassName
{
border-color: #BF70B3;
}
.TagClassName
{
border-color: #BF70B3;
}
</style>