Shades of Fuchsia #B04FBA
Tints of Fuchsia #B04FBA
RGB
CMYK
RGB Variations
Color information
#B04FBA (or 0xB04FBA) is known color: Fuchsia. HEX triplet: B0, 4F and BA. RGB value is (176,79,186). Sum of RGB (Red+Green+Blue) = 176+79+186=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FBA is #4FB045. Grayscale: #777777. Windows color (decimal): -5222470 or 12210096. OLE color: 12210096.
HSL color Cylindrical-coordinate representation of color #B04FBA: hue angle of 294.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04FBA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 79 | 186 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.27 |
| HSL | 294.39º | 0.44% | 0.52% | - |
| HSV(B) | 294.39º | 0.58% | 0.73% | - |
| XYZ | 29.56 | 18.37 | 48.44 | - |
| YUV | 120.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 186 | 0.05 | 0.58 | 0 | 0.27 | 294.39 | 0.44 | 0.52 |
| Hex | B0 | 4F | BA | 5 | 3A | 0 | 1B | 126 | 2C | 34 |
| Octal | 260 | 117 | 272 | 5 | 72 | 0 | 33 | 446 | 54 | 64 |
| Binary | 10110000 | 1001111 | 10111010 | 101 | 111010 | 0 | 11011 | 100100110 | 101100 | 110100 |
Color Harmonies of #B04FBA
Complementary color
Monochromatic Colors of #B04FBA
Black with #B04FBA
Text Example
Text Example
White with #B04FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FBA; }
p { color: rgb(176,79,186); }
H1.HeaderClassName
{
color: #B04FBA;
}
.AnyTagClassName
{
color: #B04FBA;
}
</style>
background-color css
<style>
a { background-color: #B04FBA; }
a { background-color: rgb(176,79,186); }
div.DivClassName
{
background-color: #B04FBA;
}
.BgClassName
{
background-color: #B04FBA;
}
</style>
border-color css
<style>
span { border-color: #B04FBA; }
span { border-color: rgb(176,79,186); }
td.TdClassName
{
border-color: #B04FBA;
}
.TagClassName
{
border-color: #B04FBA;
}
</style>