Shades of Fuchsia #BF5BBB
Tints of Fuchsia #BF5BBB
RGB
CMYK
RGB Variations
Color information
#BF5BBB (or 0xBF5BBB) is known color: Fuchsia. HEX triplet: BF, 5B and BB. RGB value is (191,91,187). Sum of RGB (Red+Green+Blue) = 191+91+187=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BBB is #40A444. Grayscale: #838383. Windows color (decimal): -4236357 or 12278719. OLE color: 12278719.
HSL color Cylindrical-coordinate representation of color #BF5BBB: hue angle of 302.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5BBB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 187 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.25 |
| HSL | 302.4º | 0.44% | 0.55% | - |
| HSV(B) | 302.4º | 0.52% | 0.75% | - |
| XYZ | 34.2 | 22.15 | 49.49 | - |
| YUV | 131.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 187 | 0 | 0.52 | 0.02 | 0.25 | 302.4 | 0.44 | 0.55 |
| Hex | BF | 5B | BB | 0 | 34 | 2 | 19 | 12E | 2C | 37 |
| Octal | 277 | 133 | 273 | 0 | 64 | 2 | 31 | 456 | 54 | 67 |
| Binary | 10111111 | 1011011 | 10111011 | 0 | 110100 | 10 | 11001 | 100101110 | 101100 | 110111 |
Color Harmonies of #BF5BBB
Complementary color
Monochromatic Colors of #BF5BBB
Black with #BF5BBB
Text Example
Text Example
White with #BF5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BBB; }
p { color: rgb(191,91,187); }
H1.HeaderClassName
{
color: #BF5BBB;
}
.AnyTagClassName
{
color: #BF5BBB;
}
</style>
background-color css
<style>
a { background-color: #BF5BBB; }
a { background-color: rgb(191,91,187); }
div.DivClassName
{
background-color: #BF5BBB;
}
.BgClassName
{
background-color: #BF5BBB;
}
</style>
border-color css
<style>
span { border-color: #BF5BBB; }
span { border-color: rgb(191,91,187); }
td.TdClassName
{
border-color: #BF5BBB;
}
.TagClassName
{
border-color: #BF5BBB;
}
</style>