Shades of Fuchsia #BF30C2
Tints of Fuchsia #BF30C2
RGB
CMYK
RGB Variations
Color information
#BF30C2 (or 0xBF30C2) is known color: Fuchsia. HEX triplet: BF, 30 and C2. RGB value is (191,48,194). Sum of RGB (Red+Green+Blue) = 191+48+194=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF30C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30C2 is #40CF3D. Grayscale: #6A6A6A. Windows color (decimal): -4247358 or 12726463. OLE color: 12726463.
HSL color Cylindrical-coordinate representation of color #BF30C2: hue angle of 298.77º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF30C2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 48 | 194 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.24 |
| HSL | 298.77º | 0.6% | 0.47% | - |
| HSV(B) | 298.77º | 0.75% | 0.76% | - |
| XYZ | 32.28 | 17.09 | 52.64 | - |
| YUV | 107.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 194 | 0.02 | 0.75 | 0 | 0.24 | 298.77 | 0.6 | 0.47 |
| Hex | BF | 30 | C2 | 2 | 4B | 0 | 18 | 12B | 3C | 2F |
| Octal | 277 | 60 | 302 | 2 | 113 | 0 | 30 | 453 | 74 | 57 |
| Binary | 10111111 | 110000 | 11000010 | 10 | 1001011 | 0 | 11000 | 100101011 | 111100 | 101111 |
Color Harmonies of #BF30C2
Complementary color
Monochromatic Colors of #BF30C2
Black with #BF30C2
Text Example
Text Example
White with #BF30C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30C2; }
p { color: rgb(191,48,194); }
H1.HeaderClassName
{
color: #BF30C2;
}
.AnyTagClassName
{
color: #BF30C2;
}
</style>
background-color css
<style>
a { background-color: #BF30C2; }
a { background-color: rgb(191,48,194); }
div.DivClassName
{
background-color: #BF30C2;
}
.BgClassName
{
background-color: #BF30C2;
}
</style>
border-color css
<style>
span { border-color: #BF30C2; }
span { border-color: rgb(191,48,194); }
td.TdClassName
{
border-color: #BF30C2;
}
.TagClassName
{
border-color: #BF30C2;
}
</style>