Shades of Fuchsia #BF32B0
Tints of Fuchsia #BF32B0
RGB
CMYK
RGB Variations
Color information
#BF32B0 (or 0xBF32B0) is known color: Fuchsia. HEX triplet: BF, 32 and B0. RGB value is (191,50,176). Sum of RGB (Red+Green+Blue) = 191+50+176=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF32B0 is #40CD4F. Grayscale: #6A6A6A. Windows color (decimal): -4246864 or 11547327. OLE color: 11547327.
HSL color Cylindrical-coordinate representation of color #BF32B0: hue angle of 306.38º 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 #BF32B0 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 176 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.25 |
| HSL | 306.38º | 0.59% | 0.47% | - |
| HSV(B) | 306.38º | 0.74% | 0.75% | - |
| XYZ | 30.46 | 16.49 | 42.65 | - |
| YUV | 106.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 176 | 0 | 0.74 | 0.08 | 0.25 | 306.38 | 0.59 | 0.47 |
| Hex | BF | 32 | B0 | 0 | 4A | 8 | 19 | 132 | 3B | 2F |
| Octal | 277 | 62 | 260 | 0 | 112 | 10 | 31 | 462 | 73 | 57 |
| Binary | 10111111 | 110010 | 10110000 | 0 | 1001010 | 1000 | 11001 | 100110010 | 111011 | 101111 |
Color Harmonies of #BF32B0
Complementary color
Monochromatic Colors of #BF32B0
Black with #BF32B0
Text Example
Text Example
White with #BF32B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32B0; }
p { color: rgb(191,50,176); }
H1.HeaderClassName
{
color: #BF32B0;
}
.AnyTagClassName
{
color: #BF32B0;
}
</style>
background-color css
<style>
a { background-color: #BF32B0; }
a { background-color: rgb(191,50,176); }
div.DivClassName
{
background-color: #BF32B0;
}
.BgClassName
{
background-color: #BF32B0;
}
</style>
border-color css
<style>
span { border-color: #BF32B0; }
span { border-color: rgb(191,50,176); }
td.TdClassName
{
border-color: #BF32B0;
}
.TagClassName
{
border-color: #BF32B0;
}
</style>