Shades of Fuchsia #BF5BBC
Tints of Fuchsia #BF5BBC
RGB
CMYK
RGB Variations
Color information
#BF5BBC (or 0xBF5BBC) is known color: Fuchsia. HEX triplet: BF, 5B and BC. RGB value is (191,91,188). Sum of RGB (Red+Green+Blue) = 191+91+188=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BBC is #40A443. Grayscale: #838383. Windows color (decimal): -4236356 or 12344255. OLE color: 12344255.
HSL color Cylindrical-coordinate representation of color #BF5BBC: hue angle of 301.8º 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 #BF5BBC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 188 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.25 |
| HSL | 301.8º | 0.44% | 0.55% | - |
| HSV(B) | 301.8º | 0.52% | 0.75% | - |
| XYZ | 34.3 | 22.19 | 50.05 | - |
| YUV | 131.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 188 | 0 | 0.52 | 0.02 | 0.25 | 301.8 | 0.44 | 0.55 |
| Hex | BF | 5B | BC | 0 | 34 | 2 | 19 | 12E | 2C | 37 |
| Octal | 277 | 133 | 274 | 0 | 64 | 2 | 31 | 456 | 54 | 67 |
| Binary | 10111111 | 1011011 | 10111100 | 0 | 110100 | 10 | 11001 | 100101110 | 101100 | 110111 |
Color Harmonies of #BF5BBC
Complementary color
Monochromatic Colors of #BF5BBC
Black with #BF5BBC
Text Example
Text Example
White with #BF5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BBC; }
p { color: rgb(191,91,188); }
H1.HeaderClassName
{
color: #BF5BBC;
}
.AnyTagClassName
{
color: #BF5BBC;
}
</style>
background-color css
<style>
a { background-color: #BF5BBC; }
a { background-color: rgb(191,91,188); }
div.DivClassName
{
background-color: #BF5BBC;
}
.BgClassName
{
background-color: #BF5BBC;
}
</style>
border-color css
<style>
span { border-color: #BF5BBC; }
span { border-color: rgb(191,91,188); }
td.TdClassName
{
border-color: #BF5BBC;
}
.TagClassName
{
border-color: #BF5BBC;
}
</style>