Shades of Fuchsia #B831BB
Tints of Fuchsia #B831BB
RGB
CMYK
RGB Variations
Color information
#B831BB (or 0xB831BB) is known color: Fuchsia. HEX triplet: B8, 31 and BB. RGB value is (184,49,187). Sum of RGB (Red+Green+Blue) = 184+49+187=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #B831BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831BB is #47CE44. Grayscale: #686868. Windows color (decimal): -4705861 or 12267960. OLE color: 12267960.
HSL color Cylindrical-coordinate representation of color #B831BB: hue angle of 298.7º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B831BB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 49 | 187 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.27 |
| HSL | 298.7º | 0.58% | 0.46% | - |
| HSV(B) | 298.7º | 0.74% | 0.73% | - |
| XYZ | 29.84 | 15.97 | 48.52 | - |
| YUV | 105.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 187 | 0.02 | 0.74 | 0 | 0.27 | 298.7 | 0.58 | 0.46 |
| Hex | B8 | 31 | BB | 2 | 4A | 0 | 1B | 12B | 3A | 2E |
| Octal | 270 | 61 | 273 | 2 | 112 | 0 | 33 | 453 | 72 | 56 |
| Binary | 10111000 | 110001 | 10111011 | 10 | 1001010 | 0 | 11011 | 100101011 | 111010 | 101110 |
Color Harmonies of #B831BB
Complementary color
Monochromatic Colors of #B831BB
Black with #B831BB
Text Example
Text Example
White with #B831BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B831BB; }
p { color: rgb(184,49,187); }
H1.HeaderClassName
{
color: #B831BB;
}
.AnyTagClassName
{
color: #B831BB;
}
</style>
background-color css
<style>
a { background-color: #B831BB; }
a { background-color: rgb(184,49,187); }
div.DivClassName
{
background-color: #B831BB;
}
.BgClassName
{
background-color: #B831BB;
}
</style>
border-color css
<style>
span { border-color: #B831BB; }
span { border-color: rgb(184,49,187); }
td.TdClassName
{
border-color: #B831BB;
}
.TagClassName
{
border-color: #B831BB;
}
</style>