Shades of Fuchsia #BF3CCC
Tints of Fuchsia #BF3CCC
RGB
CMYK
RGB Variations
Color information
#BF3CCC (or 0xBF3CCC) is known color: Fuchsia. HEX triplet: BF, 3C and CC. RGB value is (191,60,204). Sum of RGB (Red+Green+Blue) = 191+60+204=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CCC is #40C333. Grayscale: #737373. Windows color (decimal): -4244276 or 13384895. OLE color: 13384895.
HSL color Cylindrical-coordinate representation of color #BF3CCC: hue angle of 294.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3CCC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 60 | 204 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.2 |
| HSL | 294.58º | 0.59% | 0.52% | - |
| HSV(B) | 294.58º | 0.71% | 0.8% | - |
| XYZ | 34 | 18.67 | 58.94 | - |
| YUV | 115.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 204 | 0.06 | 0.71 | 0 | 0.2 | 294.58 | 0.59 | 0.52 |
| Hex | BF | 3C | CC | 6 | 47 | 0 | 14 | 127 | 3B | 34 |
| Octal | 277 | 74 | 314 | 6 | 107 | 0 | 24 | 447 | 73 | 64 |
| Binary | 10111111 | 111100 | 11001100 | 110 | 1000111 | 0 | 10100 | 100100111 | 111011 | 110100 |
Color Harmonies of #BF3CCC
Complementary color
Monochromatic Colors of #BF3CCC
Black with #BF3CCC
Text Example
Text Example
White with #BF3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CCC; }
p { color: rgb(191,60,204); }
H1.HeaderClassName
{
color: #BF3CCC;
}
.AnyTagClassName
{
color: #BF3CCC;
}
</style>
background-color css
<style>
a { background-color: #BF3CCC; }
a { background-color: rgb(191,60,204); }
div.DivClassName
{
background-color: #BF3CCC;
}
.BgClassName
{
background-color: #BF3CCC;
}
</style>
border-color css
<style>
span { border-color: #BF3CCC; }
span { border-color: rgb(191,60,204); }
td.TdClassName
{
border-color: #BF3CCC;
}
.TagClassName
{
border-color: #BF3CCC;
}
</style>