Shades of Fuchsia #B82FBA
Tints of Fuchsia #B82FBA
RGB
CMYK
RGB Variations
Color information
#B82FBA (or 0xB82FBA) is known color: Fuchsia. HEX triplet: B8, 2F and BA. RGB value is (184,47,186). Sum of RGB (Red+Green+Blue) = 184+47+186=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B82FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FBA is #47D045. Grayscale: #676767. Windows color (decimal): -4706374 or 12201912. OLE color: 12201912.
HSL color Cylindrical-coordinate representation of color #B82FBA: hue angle of 299.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82FBA is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 47 | 186 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.27 |
| HSL | 299.14º | 0.6% | 0.46% | - |
| HSV(B) | 299.14º | 0.75% | 0.73% | - |
| XYZ | 29.65 | 15.77 | 47.94 | - |
| YUV | 103.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 186 | 0.01 | 0.75 | 0 | 0.27 | 299.14 | 0.6 | 0.46 |
| Hex | B8 | 2F | BA | 1 | 4B | 0 | 1B | 12B | 3C | 2E |
| Octal | 270 | 57 | 272 | 1 | 113 | 0 | 33 | 453 | 74 | 56 |
| Binary | 10111000 | 101111 | 10111010 | 1 | 1001011 | 0 | 11011 | 100101011 | 111100 | 101110 |
Color Harmonies of #B82FBA
Complementary color
Monochromatic Colors of #B82FBA
Black with #B82FBA
Text Example
Text Example
White with #B82FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82FBA; }
p { color: rgb(184,47,186); }
H1.HeaderClassName
{
color: #B82FBA;
}
.AnyTagClassName
{
color: #B82FBA;
}
</style>
background-color css
<style>
a { background-color: #B82FBA; }
a { background-color: rgb(184,47,186); }
div.DivClassName
{
background-color: #B82FBA;
}
.BgClassName
{
background-color: #B82FBA;
}
</style>
border-color css
<style>
span { border-color: #B82FBA; }
span { border-color: rgb(184,47,186); }
td.TdClassName
{
border-color: #B82FBA;
}
.TagClassName
{
border-color: #B82FBA;
}
</style>