Shades of Fuchsia #BF32B6
Tints of Fuchsia #BF32B6
RGB
CMYK
RGB Variations
Color information
#BF32B6 (or 0xBF32B6) is known color: Fuchsia. HEX triplet: BF, 32 and B6. RGB value is (191,50,182). Sum of RGB (Red+Green+Blue) = 191+50+182=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32B6 is #40CD49. Grayscale: #6A6A6A. Windows color (decimal): -4246858 or 11940543. OLE color: 11940543.
HSL color Cylindrical-coordinate representation of color #BF32B6: hue angle of 303.83º 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 #BF32B6 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 182 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.25 |
| HSL | 303.83º | 0.59% | 0.47% | - |
| HSV(B) | 303.83º | 0.74% | 0.75% | - |
| XYZ | 31.07 | 16.73 | 45.85 | - |
| YUV | 107.21 | 170.21 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 182 | 0 | 0.74 | 0.05 | 0.25 | 303.83 | 0.59 | 0.47 |
| Hex | BF | 32 | B6 | 0 | 4A | 5 | 19 | 130 | 3B | 2F |
| Octal | 277 | 62 | 266 | 0 | 112 | 5 | 31 | 460 | 73 | 57 |
| Binary | 10111111 | 110010 | 10110110 | 0 | 1001010 | 101 | 11001 | 100110000 | 111011 | 101111 |
Color Harmonies of #BF32B6
Complementary color
Monochromatic Colors of #BF32B6
Black with #BF32B6
Text Example
Text Example
White with #BF32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32B6; }
p { color: rgb(191,50,182); }
H1.HeaderClassName
{
color: #BF32B6;
}
.AnyTagClassName
{
color: #BF32B6;
}
</style>
background-color css
<style>
a { background-color: #BF32B6; }
a { background-color: rgb(191,50,182); }
div.DivClassName
{
background-color: #BF32B6;
}
.BgClassName
{
background-color: #BF32B6;
}
</style>
border-color css
<style>
span { border-color: #BF32B6; }
span { border-color: rgb(191,50,182); }
td.TdClassName
{
border-color: #BF32B6;
}
.TagClassName
{
border-color: #BF32B6;
}
</style>