Shades of Fuchsia #BF3BBD
Tints of Fuchsia #BF3BBD
RGB
CMYK
RGB Variations
Color information
#BF3BBD (or 0xBF3BBD) is known color: Fuchsia. HEX triplet: BF, 3B and BD. RGB value is (191,59,189). Sum of RGB (Red+Green+Blue) = 191+59+189=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BBD is #40C442. Grayscale: #707070. Windows color (decimal): -4244547 or 12401599. OLE color: 12401599.
HSL color Cylindrical-coordinate representation of color #BF3BBD: hue angle of 300.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3BBD is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 59 | 189 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.25 |
| HSL | 300.91º | 0.53% | 0.49% | - |
| HSV(B) | 300.91º | 0.69% | 0.75% | - |
| XYZ | 32.24 | 17.88 | 49.9 | - |
| YUV | 113.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 189 | 0 | 0.69 | 0.01 | 0.25 | 300.91 | 0.53 | 0.49 |
| Hex | BF | 3B | BD | 0 | 45 | 1 | 19 | 12D | 35 | 31 |
| Octal | 277 | 73 | 275 | 0 | 105 | 1 | 31 | 455 | 65 | 61 |
| Binary | 10111111 | 111011 | 10111101 | 0 | 1000101 | 1 | 11001 | 100101101 | 110101 | 110001 |
Color Harmonies of #BF3BBD
Complementary color
Monochromatic Colors of #BF3BBD
Black with #BF3BBD
Text Example
Text Example
White with #BF3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BBD; }
p { color: rgb(191,59,189); }
H1.HeaderClassName
{
color: #BF3BBD;
}
.AnyTagClassName
{
color: #BF3BBD;
}
</style>
background-color css
<style>
a { background-color: #BF3BBD; }
a { background-color: rgb(191,59,189); }
div.DivClassName
{
background-color: #BF3BBD;
}
.BgClassName
{
background-color: #BF3BBD;
}
</style>
border-color css
<style>
span { border-color: #BF3BBD; }
span { border-color: rgb(191,59,189); }
td.TdClassName
{
border-color: #BF3BBD;
}
.TagClassName
{
border-color: #BF3BBD;
}
</style>