Shades of Fuchsia #B54FBA
Tints of Fuchsia #B54FBA
RGB
CMYK
RGB Variations
Color information
#B54FBA (or 0xB54FBA) is known color: Fuchsia. HEX triplet: B5, 4F and BA. RGB value is (181,79,186). Sum of RGB (Red+Green+Blue) = 181+79+186=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #B54FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FBA is #4AB045. Grayscale: #797979. Windows color (decimal): -4894790 or 12210101. OLE color: 12210101.
HSL color Cylindrical-coordinate representation of color #B54FBA: hue angle of 297.2º 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 #B54FBA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 79 | 186 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.27 |
| HSL | 297.2º | 0.44% | 0.52% | - |
| HSV(B) | 297.2º | 0.58% | 0.73% | - |
| XYZ | 30.71 | 18.96 | 48.5 | - |
| YUV | 121.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 186 | 0.03 | 0.58 | 0 | 0.27 | 297.2 | 0.44 | 0.52 |
| Hex | B5 | 4F | BA | 3 | 3A | 0 | 1B | 129 | 2C | 34 |
| Octal | 265 | 117 | 272 | 3 | 72 | 0 | 33 | 451 | 54 | 64 |
| Binary | 10110101 | 1001111 | 10111010 | 11 | 111010 | 0 | 11011 | 100101001 | 101100 | 110100 |
Color Harmonies of #B54FBA
Complementary color
Monochromatic Colors of #B54FBA
Black with #B54FBA
Text Example
Text Example
White with #B54FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FBA; }
p { color: rgb(181,79,186); }
H1.HeaderClassName
{
color: #B54FBA;
}
.AnyTagClassName
{
color: #B54FBA;
}
</style>
background-color css
<style>
a { background-color: #B54FBA; }
a { background-color: rgb(181,79,186); }
div.DivClassName
{
background-color: #B54FBA;
}
.BgClassName
{
background-color: #B54FBA;
}
</style>
border-color css
<style>
span { border-color: #B54FBA; }
span { border-color: rgb(181,79,186); }
td.TdClassName
{
border-color: #B54FBA;
}
.TagClassName
{
border-color: #B54FBA;
}
</style>