Shades of Fuchsia #BF35C2
Tints of Fuchsia #BF35C2
RGB
CMYK
RGB Variations
Color information
#BF35C2 (or 0xBF35C2) is known color: Fuchsia. HEX triplet: BF, 35 and C2. RGB value is (191,53,194). Sum of RGB (Red+Green+Blue) = 191+53+194=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF35C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF35C2 is #40CA3D. Grayscale: #6D6D6D. Windows color (decimal): -4246078 or 12727743. OLE color: 12727743.
HSL color Cylindrical-coordinate representation of color #BF35C2: hue angle of 298.72º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF35C2 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 53 | 194 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.24 |
| HSL | 298.72º | 0.57% | 0.48% | - |
| HSV(B) | 298.72º | 0.73% | 0.76% | - |
| XYZ | 32.5 | 17.52 | 52.71 | - |
| YUV | 110.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 194 | 0.02 | 0.73 | 0 | 0.24 | 298.72 | 0.57 | 0.48 |
| Hex | BF | 35 | C2 | 2 | 49 | 0 | 18 | 12B | 39 | 30 |
| Octal | 277 | 65 | 302 | 2 | 111 | 0 | 30 | 453 | 71 | 60 |
| Binary | 10111111 | 110101 | 11000010 | 10 | 1001001 | 0 | 11000 | 100101011 | 111001 | 110000 |
Color Harmonies of #BF35C2
Complementary color
Monochromatic Colors of #BF35C2
Black with #BF35C2
Text Example
Text Example
White with #BF35C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF35C2; }
p { color: rgb(191,53,194); }
H1.HeaderClassName
{
color: #BF35C2;
}
.AnyTagClassName
{
color: #BF35C2;
}
</style>
background-color css
<style>
a { background-color: #BF35C2; }
a { background-color: rgb(191,53,194); }
div.DivClassName
{
background-color: #BF35C2;
}
.BgClassName
{
background-color: #BF35C2;
}
</style>
border-color css
<style>
span { border-color: #BF35C2; }
span { border-color: rgb(191,53,194); }
td.TdClassName
{
border-color: #BF35C2;
}
.TagClassName
{
border-color: #BF35C2;
}
</style>