Shades of Fuchsia #BF4BBA
Tints of Fuchsia #BF4BBA
RGB
CMYK
RGB Variations
Color information
#BF4BBA (or 0xBF4BBA) is known color: Fuchsia. HEX triplet: BF, 4B and BA. RGB value is (191,75,186). Sum of RGB (Red+Green+Blue) = 191+75+186=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BBA is #40B445. Grayscale: #7A7A7A. Windows color (decimal): -4240454 or 12209087. OLE color: 12209087.
HSL color Cylindrical-coordinate representation of color #BF4BBA: hue angle of 302.59º 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 #BF4BBA is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 186 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.25 |
| HSL | 302.59º | 0.48% | 0.52% | - |
| HSV(B) | 302.59º | 0.61% | 0.75% | - |
| XYZ | 32.86 | 19.65 | 48.52 | - |
| YUV | 122.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 186 | 0 | 0.61 | 0.03 | 0.25 | 302.59 | 0.48 | 0.52 |
| Hex | BF | 4B | BA | 0 | 3D | 3 | 19 | 12F | 30 | 34 |
| Octal | 277 | 113 | 272 | 0 | 75 | 3 | 31 | 457 | 60 | 64 |
| Binary | 10111111 | 1001011 | 10111010 | 0 | 111101 | 11 | 11001 | 100101111 | 110000 | 110100 |
Color Harmonies of #BF4BBA
Complementary color
Monochromatic Colors of #BF4BBA
Black with #BF4BBA
Text Example
Text Example
White with #BF4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BBA; }
p { color: rgb(191,75,186); }
H1.HeaderClassName
{
color: #BF4BBA;
}
.AnyTagClassName
{
color: #BF4BBA;
}
</style>
background-color css
<style>
a { background-color: #BF4BBA; }
a { background-color: rgb(191,75,186); }
div.DivClassName
{
background-color: #BF4BBA;
}
.BgClassName
{
background-color: #BF4BBA;
}
</style>
border-color css
<style>
span { border-color: #BF4BBA; }
span { border-color: rgb(191,75,186); }
td.TdClassName
{
border-color: #BF4BBA;
}
.TagClassName
{
border-color: #BF4BBA;
}
</style>