Shades of Fuchsia #BF5EC2
Tints of Fuchsia #BF5EC2
RGB
CMYK
RGB Variations
Color information
#BF5EC2 (or 0xBF5EC2) is known color: Fuchsia. HEX triplet: BF, 5E and C2. RGB value is (191,94,194). Sum of RGB (Red+Green+Blue) = 191+94+194=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF5EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EC2 is #40A13D. Grayscale: #868686. Windows color (decimal): -4235582 or 12738239. OLE color: 12738239.
HSL color Cylindrical-coordinate representation of color #BF5EC2: hue angle of 298.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5EC2 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 94 | 194 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.24 |
| HSL | 298.2º | 0.45% | 0.56% | - |
| HSV(B) | 298.2º | 0.52% | 0.76% | - |
| XYZ | 35.23 | 22.98 | 53.62 | - |
| YUV | 134.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 194 | 0.02 | 0.52 | 0 | 0.24 | 298.2 | 0.45 | 0.56 |
| Hex | BF | 5E | C2 | 2 | 34 | 0 | 18 | 12A | 2D | 38 |
| Octal | 277 | 136 | 302 | 2 | 64 | 0 | 30 | 452 | 55 | 70 |
| Binary | 10111111 | 1011110 | 11000010 | 10 | 110100 | 0 | 11000 | 100101010 | 101101 | 111000 |
Color Harmonies of #BF5EC2
Complementary color
Monochromatic Colors of #BF5EC2
Black with #BF5EC2
Text Example
Text Example
White with #BF5EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5EC2; }
p { color: rgb(191,94,194); }
H1.HeaderClassName
{
color: #BF5EC2;
}
.AnyTagClassName
{
color: #BF5EC2;
}
</style>
background-color css
<style>
a { background-color: #BF5EC2; }
a { background-color: rgb(191,94,194); }
div.DivClassName
{
background-color: #BF5EC2;
}
.BgClassName
{
background-color: #BF5EC2;
}
</style>
border-color css
<style>
span { border-color: #BF5EC2; }
span { border-color: rgb(191,94,194); }
td.TdClassName
{
border-color: #BF5EC2;
}
.TagClassName
{
border-color: #BF5EC2;
}
</style>