Shades of Fuchsia #BF32B5
Tints of Fuchsia #BF32B5
RGB
CMYK
RGB Variations
Color information
#BF32B5 (or 0xBF32B5) is known color: Fuchsia. HEX triplet: BF, 32 and B5. RGB value is (191,50,181). Sum of RGB (Red+Green+Blue) = 191+50+181=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32B5 is #40CD4A. Grayscale: #6A6A6A. Windows color (decimal): -4246859 or 11875007. OLE color: 11875007.
HSL color Cylindrical-coordinate representation of color #BF32B5: hue angle of 304.26º 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 #BF32B5 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 181 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.25 |
| HSL | 304.26º | 0.59% | 0.47% | - |
| HSV(B) | 304.26º | 0.74% | 0.75% | - |
| XYZ | 30.97 | 16.69 | 45.31 | - |
| YUV | 107.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 181 | 0 | 0.74 | 0.05 | 0.25 | 304.26 | 0.59 | 0.47 |
| Hex | BF | 32 | B5 | 0 | 4A | 5 | 19 | 130 | 3B | 2F |
| Octal | 277 | 62 | 265 | 0 | 112 | 5 | 31 | 460 | 73 | 57 |
| Binary | 10111111 | 110010 | 10110101 | 0 | 1001010 | 101 | 11001 | 100110000 | 111011 | 101111 |
Color Harmonies of #BF32B5
Complementary color
Monochromatic Colors of #BF32B5
Black with #BF32B5
Text Example
Text Example
White with #BF32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32B5; }
p { color: rgb(191,50,181); }
H1.HeaderClassName
{
color: #BF32B5;
}
.AnyTagClassName
{
color: #BF32B5;
}
</style>
background-color css
<style>
a { background-color: #BF32B5; }
a { background-color: rgb(191,50,181); }
div.DivClassName
{
background-color: #BF32B5;
}
.BgClassName
{
background-color: #BF32B5;
}
</style>
border-color css
<style>
span { border-color: #BF32B5; }
span { border-color: rgb(191,50,181); }
td.TdClassName
{
border-color: #BF32B5;
}
.TagClassName
{
border-color: #BF32B5;
}
</style>