Shades of Fuchsia #BF3ECB
Tints of Fuchsia #BF3ECB
RGB
CMYK
RGB Variations
Color information
#BF3ECB (or 0xBF3ECB) is known color: Fuchsia. HEX triplet: BF, 3E and CB. RGB value is (191,62,203). Sum of RGB (Red+Green+Blue) = 191+62+203=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ECB is #40C134. Grayscale: #747474. Windows color (decimal): -4243765 or 13319871. OLE color: 13319871.
HSL color Cylindrical-coordinate representation of color #BF3ECB: hue angle of 294.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3ECB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 62 | 203 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.20 |
| HSL | 294.89º | 0.58% | 0.52% | - |
| HSV(B) | 294.89º | 0.69% | 0.8% | - |
| XYZ | 33.99 | 18.83 | 58.34 | - |
| YUV | 116.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 203 | 0.06 | 0.69 | 0 | 0.20 | 294.89 | 0.58 | 0.52 |
| Hex | BF | 3E | CB | 6 | 45 | 0 | 14 | 127 | 3A | 34 |
| Octal | 277 | 76 | 313 | 6 | 105 | 0 | 24 | 447 | 72 | 64 |
| Binary | 10111111 | 111110 | 11001011 | 110 | 1000101 | 0 | 10100 | 100100111 | 111010 | 110100 |
Color Harmonies of #BF3ECB
Complementary color
Monochromatic Colors of #BF3ECB
Black with #BF3ECB
Text Example
Text Example
White with #BF3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ECB; }
p { color: rgb(191,62,203); }
H1.HeaderClassName
{
color: #BF3ECB;
}
.AnyTagClassName
{
color: #BF3ECB;
}
</style>
background-color css
<style>
a { background-color: #BF3ECB; }
a { background-color: rgb(191,62,203); }
div.DivClassName
{
background-color: #BF3ECB;
}
.BgClassName
{
background-color: #BF3ECB;
}
</style>
border-color css
<style>
span { border-color: #BF3ECB; }
span { border-color: rgb(191,62,203); }
td.TdClassName
{
border-color: #BF3ECB;
}
.TagClassName
{
border-color: #BF3ECB;
}
</style>