Shades of Fuchsia #BF2DCC
Tints of Fuchsia #BF2DCC
RGB
CMYK
RGB Variations
Color information
#BF2DCC (or 0xBF2DCC) is known color: Fuchsia. HEX triplet: BF, 2D and CC. RGB value is (191,45,204). Sum of RGB (Red+Green+Blue) = 191+45+204=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DCC is #40D233. Grayscale: #6A6A6A. Windows color (decimal): -4248116 or 13381055. OLE color: 13381055.
HSL color Cylindrical-coordinate representation of color #BF2DCC: hue angle of 295.09º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2DCC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 45 | 204 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.2 |
| HSL | 295.09º | 0.64% | 0.49% | - |
| HSV(B) | 295.09º | 0.78% | 0.8% | - |
| XYZ | 33.32 | 17.31 | 58.71 | - |
| YUV | 106.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 204 | 0.06 | 0.78 | 0 | 0.2 | 295.09 | 0.64 | 0.49 |
| Hex | BF | 2D | CC | 6 | 4E | 0 | 14 | 127 | 40 | 31 |
| Octal | 277 | 55 | 314 | 6 | 116 | 0 | 24 | 447 | 100 | 61 |
| Binary | 10111111 | 101101 | 11001100 | 110 | 1001110 | 0 | 10100 | 100100111 | 1000000 | 110001 |
Color Harmonies of #BF2DCC
Complementary color
Monochromatic Colors of #BF2DCC
Black with #BF2DCC
Text Example
Text Example
White with #BF2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DCC; }
p { color: rgb(191,45,204); }
H1.HeaderClassName
{
color: #BF2DCC;
}
.AnyTagClassName
{
color: #BF2DCC;
}
</style>
background-color css
<style>
a { background-color: #BF2DCC; }
a { background-color: rgb(191,45,204); }
div.DivClassName
{
background-color: #BF2DCC;
}
.BgClassName
{
background-color: #BF2DCC;
}
</style>
border-color css
<style>
span { border-color: #BF2DCC; }
span { border-color: rgb(191,45,204); }
td.TdClassName
{
border-color: #BF2DCC;
}
.TagClassName
{
border-color: #BF2DCC;
}
</style>