Shades of Fuchsia #BF32BC
Tints of Fuchsia #BF32BC
RGB
CMYK
RGB Variations
Color information
#BF32BC (or 0xBF32BC) is known color: Fuchsia. HEX triplet: BF, 32 and BC. RGB value is (191,50,188). Sum of RGB (Red+Green+Blue) = 191+50+188=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32BC is #40CD43. Grayscale: #6B6B6B. Windows color (decimal): -4246852 or 12333759. OLE color: 12333759.
HSL color Cylindrical-coordinate representation of color #BF32BC: hue angle of 301.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF32BC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 188 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.25 |
| HSL | 301.28º | 0.59% | 0.47% | - |
| HSV(B) | 301.28º | 0.74% | 0.75% | - |
| XYZ | 31.7 | 16.99 | 49.19 | - |
| YUV | 107.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 188 | 0 | 0.74 | 0.02 | 0.25 | 301.28 | 0.59 | 0.47 |
| Hex | BF | 32 | BC | 0 | 4A | 2 | 19 | 12D | 3B | 2F |
| Octal | 277 | 62 | 274 | 0 | 112 | 2 | 31 | 455 | 73 | 57 |
| Binary | 10111111 | 110010 | 10111100 | 0 | 1001010 | 10 | 11001 | 100101101 | 111011 | 101111 |
Color Harmonies of #BF32BC
Complementary color
Monochromatic Colors of #BF32BC
Black with #BF32BC
Text Example
Text Example
White with #BF32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32BC; }
p { color: rgb(191,50,188); }
H1.HeaderClassName
{
color: #BF32BC;
}
.AnyTagClassName
{
color: #BF32BC;
}
</style>
background-color css
<style>
a { background-color: #BF32BC; }
a { background-color: rgb(191,50,188); }
div.DivClassName
{
background-color: #BF32BC;
}
.BgClassName
{
background-color: #BF32BC;
}
</style>
border-color css
<style>
span { border-color: #BF32BC; }
span { border-color: rgb(191,50,188); }
td.TdClassName
{
border-color: #BF32BC;
}
.TagClassName
{
border-color: #BF32BC;
}
</style>