Shades of Fuchsia #BF2DCD
Tints of Fuchsia #BF2DCD
RGB
CMYK
RGB Variations
Color information
#BF2DCD (or 0xBF2DCD) is known color: Fuchsia. HEX triplet: BF, 2D and CD. RGB value is (191,45,205). Sum of RGB (Red+Green+Blue) = 191+45+205=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF2DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DCD is #40D232. Grayscale: #6A6A6A. Windows color (decimal): -4248115 or 13446591. OLE color: 13446591.
HSL color Cylindrical-coordinate representation of color #BF2DCD: hue angle of 294.75º 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 #BF2DCD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 45 | 205 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.20 |
| HSL | 294.75º | 0.64% | 0.49% | - |
| HSV(B) | 294.75º | 0.78% | 0.8% | - |
| XYZ | 33.44 | 17.36 | 59.35 | - |
| YUV | 106.89 | 183.37 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 205 | 0.07 | 0.78 | 0 | 0.20 | 294.75 | 0.64 | 0.49 |
| Hex | BF | 2D | CD | 7 | 4E | 0 | 14 | 127 | 40 | 31 |
| Octal | 277 | 55 | 315 | 7 | 116 | 0 | 24 | 447 | 100 | 61 |
| Binary | 10111111 | 101101 | 11001101 | 111 | 1001110 | 0 | 10100 | 100100111 | 1000000 | 110001 |
Color Harmonies of #BF2DCD
Complementary color
Monochromatic Colors of #BF2DCD
Black with #BF2DCD
Text Example
Text Example
White with #BF2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DCD; }
p { color: rgb(191,45,205); }
H1.HeaderClassName
{
color: #BF2DCD;
}
.AnyTagClassName
{
color: #BF2DCD;
}
</style>
background-color css
<style>
a { background-color: #BF2DCD; }
a { background-color: rgb(191,45,205); }
div.DivClassName
{
background-color: #BF2DCD;
}
.BgClassName
{
background-color: #BF2DCD;
}
</style>
border-color css
<style>
span { border-color: #BF2DCD; }
span { border-color: rgb(191,45,205); }
td.TdClassName
{
border-color: #BF2DCD;
}
.TagClassName
{
border-color: #BF2DCD;
}
</style>