Shades of Fuchsia #BF4BBB
Tints of Fuchsia #BF4BBB
RGB
CMYK
RGB Variations
Color information
#BF4BBB (or 0xBF4BBB) is known color: Fuchsia. HEX triplet: BF, 4B and BB. RGB value is (191,75,187). Sum of RGB (Red+Green+Blue) = 191+75+187=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BBB is #40B444. Grayscale: #7A7A7A. Windows color (decimal): -4240453 or 12274623. OLE color: 12274623.
HSL color Cylindrical-coordinate representation of color #BF4BBB: hue angle of 302.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4BBB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 187 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.25 |
| HSL | 302.07º | 0.48% | 0.52% | - |
| HSV(B) | 302.07º | 0.61% | 0.75% | - |
| XYZ | 32.97 | 19.7 | 49.08 | - |
| YUV | 122.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 187 | 0 | 0.61 | 0.02 | 0.25 | 302.07 | 0.48 | 0.52 |
| Hex | BF | 4B | BB | 0 | 3D | 2 | 19 | 12E | 30 | 34 |
| Octal | 277 | 113 | 273 | 0 | 75 | 2 | 31 | 456 | 60 | 64 |
| Binary | 10111111 | 1001011 | 10111011 | 0 | 111101 | 10 | 11001 | 100101110 | 110000 | 110100 |
Color Harmonies of #BF4BBB
Complementary color
Monochromatic Colors of #BF4BBB
Black with #BF4BBB
Text Example
Text Example
White with #BF4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BBB; }
p { color: rgb(191,75,187); }
H1.HeaderClassName
{
color: #BF4BBB;
}
.AnyTagClassName
{
color: #BF4BBB;
}
</style>
background-color css
<style>
a { background-color: #BF4BBB; }
a { background-color: rgb(191,75,187); }
div.DivClassName
{
background-color: #BF4BBB;
}
.BgClassName
{
background-color: #BF4BBB;
}
</style>
border-color css
<style>
span { border-color: #BF4BBB; }
span { border-color: rgb(191,75,187); }
td.TdClassName
{
border-color: #BF4BBB;
}
.TagClassName
{
border-color: #BF4BBB;
}
</style>