Shades of Fuchsia #BF3DCC
Tints of Fuchsia #BF3DCC
RGB
CMYK
RGB Variations
Color information
#BF3DCC (or 0xBF3DCC) is known color: Fuchsia. HEX triplet: BF, 3D and CC. RGB value is (191,61,204). Sum of RGB (Red+Green+Blue) = 191+61+204=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF3DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DCC is #40C233. Grayscale: #737373. Windows color (decimal): -4244020 or 13385151. OLE color: 13385151.
HSL color Cylindrical-coordinate representation of color #BF3DCC: hue angle of 294.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3DCC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 61 | 204 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.2 |
| HSL | 294.55º | 0.58% | 0.52% | - |
| HSV(B) | 294.55º | 0.7% | 0.8% | - |
| XYZ | 34.05 | 18.77 | 58.96 | - |
| YUV | 116.17 | 177.57 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 204 | 0.06 | 0.70 | 0 | 0.2 | 294.55 | 0.58 | 0.52 |
| Hex | BF | 3D | CC | 6 | 46 | 0 | 14 | 127 | 3A | 34 |
| Octal | 277 | 75 | 314 | 6 | 106 | 0 | 24 | 447 | 72 | 64 |
| Binary | 10111111 | 111101 | 11001100 | 110 | 1000110 | 0 | 10100 | 100100111 | 111010 | 110100 |
Color Harmonies of #BF3DCC
Complementary color
Monochromatic Colors of #BF3DCC
Black with #BF3DCC
Text Example
Text Example
White with #BF3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3DCC; }
p { color: rgb(191,61,204); }
H1.HeaderClassName
{
color: #BF3DCC;
}
.AnyTagClassName
{
color: #BF3DCC;
}
</style>
background-color css
<style>
a { background-color: #BF3DCC; }
a { background-color: rgb(191,61,204); }
div.DivClassName
{
background-color: #BF3DCC;
}
.BgClassName
{
background-color: #BF3DCC;
}
</style>
border-color css
<style>
span { border-color: #BF3DCC; }
span { border-color: rgb(191,61,204); }
td.TdClassName
{
border-color: #BF3DCC;
}
.TagClassName
{
border-color: #BF3DCC;
}
</style>