Shades of Fuchsia #BF4DBB
Tints of Fuchsia #BF4DBB
RGB
CMYK
RGB Variations
Color information
#BF4DBB (or 0xBF4DBB) is known color: Fuchsia. HEX triplet: BF, 4D and BB. RGB value is (191,77,187). Sum of RGB (Red+Green+Blue) = 191+77+187=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DBB is #40B244. Grayscale: #7B7B7B. Windows color (decimal): -4239941 or 12275135. OLE color: 12275135.
HSL color Cylindrical-coordinate representation of color #BF4DBB: hue angle of 302.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4DBB is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 187 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.25 |
| HSL | 302.11º | 0.47% | 0.53% | - |
| HSV(B) | 302.11º | 0.6% | 0.75% | - |
| XYZ | 33.11 | 19.97 | 49.12 | - |
| YUV | 123.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 187 | 0 | 0.60 | 0.02 | 0.25 | 302.11 | 0.47 | 0.53 |
| Hex | BF | 4D | BB | 0 | 3C | 2 | 19 | 12E | 2F | 35 |
| Octal | 277 | 115 | 273 | 0 | 74 | 2 | 31 | 456 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10111011 | 0 | 111100 | 10 | 11001 | 100101110 | 101111 | 110101 |
Color Harmonies of #BF4DBB
Complementary color
Monochromatic Colors of #BF4DBB
Black with #BF4DBB
Text Example
Text Example
White with #BF4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DBB; }
p { color: rgb(191,77,187); }
H1.HeaderClassName
{
color: #BF4DBB;
}
.AnyTagClassName
{
color: #BF4DBB;
}
</style>
background-color css
<style>
a { background-color: #BF4DBB; }
a { background-color: rgb(191,77,187); }
div.DivClassName
{
background-color: #BF4DBB;
}
.BgClassName
{
background-color: #BF4DBB;
}
</style>
border-color css
<style>
span { border-color: #BF4DBB; }
span { border-color: rgb(191,77,187); }
td.TdClassName
{
border-color: #BF4DBB;
}
.TagClassName
{
border-color: #BF4DBB;
}
</style>