Shades of Fuchsia #BF73C2
Tints of Fuchsia #BF73C2
RGB
CMYK
RGB Variations
Color information
#BF73C2 (or 0xBF73C2) is known color: Fuchsia. HEX triplet: BF, 73 and C2. RGB value is (191,115,194). Sum of RGB (Red+Green+Blue) = 191+115+194=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73C2 is #408C3D. Grayscale: #929292. Windows color (decimal): -4230206 or 12743615. OLE color: 12743615.
HSL color Cylindrical-coordinate representation of color #BF73C2: hue angle of 297.72º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF73C2 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 115 | 194 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.24 |
| HSL | 297.72º | 0.39% | 0.61% | - |
| HSV(B) | 297.72º | 0.41% | 0.76% | - |
| XYZ | 37.35 | 27.23 | 54.33 | - |
| YUV | 146.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 194 | 0.02 | 0.41 | 0 | 0.24 | 297.72 | 0.39 | 0.61 |
| Hex | BF | 73 | C2 | 2 | 29 | 0 | 18 | 12A | 27 | 3D |
| Octal | 277 | 163 | 302 | 2 | 51 | 0 | 30 | 452 | 47 | 75 |
| Binary | 10111111 | 1110011 | 11000010 | 10 | 101001 | 0 | 11000 | 100101010 | 100111 | 111101 |
Color Harmonies of #BF73C2
Complementary color
Monochromatic Colors of #BF73C2
Black with #BF73C2
Text Example
Text Example
White with #BF73C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73C2; }
p { color: rgb(191,115,194); }
H1.HeaderClassName
{
color: #BF73C2;
}
.AnyTagClassName
{
color: #BF73C2;
}
</style>
background-color css
<style>
a { background-color: #BF73C2; }
a { background-color: rgb(191,115,194); }
div.DivClassName
{
background-color: #BF73C2;
}
.BgClassName
{
background-color: #BF73C2;
}
</style>
border-color css
<style>
span { border-color: #BF73C2; }
span { border-color: rgb(191,115,194); }
td.TdClassName
{
border-color: #BF73C2;
}
.TagClassName
{
border-color: #BF73C2;
}
</style>