Shades of Fuchsia #BF2CC2
Tints of Fuchsia #BF2CC2
RGB
CMYK
RGB Variations
Color information
#BF2CC2 (or 0xBF2CC2) is known color: Fuchsia. HEX triplet: BF, 2C and C2. RGB value is (191,44,194). Sum of RGB (Red+Green+Blue) = 191+44+194=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CC2 is #40D33D. Grayscale: #686868. Windows color (decimal): -4248382 or 12725439. OLE color: 12725439.
HSL color Cylindrical-coordinate representation of color #BF2CC2: hue angle of 298.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2CC2 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 44 | 194 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.24 |
| HSL | 298.8º | 0.63% | 0.47% | - |
| HSV(B) | 298.8º | 0.77% | 0.76% | - |
| XYZ | 32.12 | 16.77 | 52.58 | - |
| YUV | 105.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 194 | 0.02 | 0.77 | 0 | 0.24 | 298.8 | 0.63 | 0.47 |
| Hex | BF | 2C | C2 | 2 | 4D | 0 | 18 | 12B | 3F | 2F |
| Octal | 277 | 54 | 302 | 2 | 115 | 0 | 30 | 453 | 77 | 57 |
| Binary | 10111111 | 101100 | 11000010 | 10 | 1001101 | 0 | 11000 | 100101011 | 111111 | 101111 |
Color Harmonies of #BF2CC2
Complementary color
Monochromatic Colors of #BF2CC2
Black with #BF2CC2
Text Example
Text Example
White with #BF2CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CC2; }
p { color: rgb(191,44,194); }
H1.HeaderClassName
{
color: #BF2CC2;
}
.AnyTagClassName
{
color: #BF2CC2;
}
</style>
background-color css
<style>
a { background-color: #BF2CC2; }
a { background-color: rgb(191,44,194); }
div.DivClassName
{
background-color: #BF2CC2;
}
.BgClassName
{
background-color: #BF2CC2;
}
</style>
border-color css
<style>
span { border-color: #BF2CC2; }
span { border-color: rgb(191,44,194); }
td.TdClassName
{
border-color: #BF2CC2;
}
.TagClassName
{
border-color: #BF2CC2;
}
</style>