Shades of Fuchsia #B82DBF
Tints of Fuchsia #B82DBF
RGB
CMYK
RGB Variations
Color information
#B82DBF (or 0xB82DBF) is known color: Fuchsia. HEX triplet: B8, 2D and BF. RGB value is (184,45,191). Sum of RGB (Red+Green+Blue) = 184+45+191=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #B82DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DBF is #47D240. Grayscale: #666666. Windows color (decimal): -4706881 or 12529080. OLE color: 12529080.
HSL color Cylindrical-coordinate representation of color #B82DBF: hue angle of 297.12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82DBF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 45 | 191 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.25 |
| HSL | 297.12º | 0.62% | 0.46% | - |
| HSV(B) | 297.12º | 0.76% | 0.75% | - |
| XYZ | 30.11 | 15.83 | 50.76 | - |
| YUV | 103.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 191 | 0.04 | 0.76 | 0 | 0.25 | 297.12 | 0.62 | 0.46 |
| Hex | B8 | 2D | BF | 4 | 4C | 0 | 19 | 129 | 3E | 2E |
| Octal | 270 | 55 | 277 | 4 | 114 | 0 | 31 | 451 | 76 | 56 |
| Binary | 10111000 | 101101 | 10111111 | 100 | 1001100 | 0 | 11001 | 100101001 | 111110 | 101110 |
Color Harmonies of #B82DBF
Complementary color
Monochromatic Colors of #B82DBF
Black with #B82DBF
Text Example
Text Example
White with #B82DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DBF; }
p { color: rgb(184,45,191); }
H1.HeaderClassName
{
color: #B82DBF;
}
.AnyTagClassName
{
color: #B82DBF;
}
</style>
background-color css
<style>
a { background-color: #B82DBF; }
a { background-color: rgb(184,45,191); }
div.DivClassName
{
background-color: #B82DBF;
}
.BgClassName
{
background-color: #B82DBF;
}
</style>
border-color css
<style>
span { border-color: #B82DBF; }
span { border-color: rgb(184,45,191); }
td.TdClassName
{
border-color: #B82DBF;
}
.TagClassName
{
border-color: #B82DBF;
}
</style>