Shades of Fuchsia #B83BBF
Tints of Fuchsia #B83BBF
RGB
CMYK
RGB Variations
Color information
#B83BBF (or 0xB83BBF) is known color: Fuchsia. HEX triplet: B8, 3B and BF. RGB value is (184,59,191). Sum of RGB (Red+Green+Blue) = 184+59+191=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #B83BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BBF is #47C440. Grayscale: #6F6F6F. Windows color (decimal): -4703297 or 12532664. OLE color: 12532664.
HSL color Cylindrical-coordinate representation of color #B83BBF: hue angle of 296.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83BBF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 59 | 191 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.25 |
| HSL | 296.82º | 0.53% | 0.49% | - |
| HSV(B) | 296.82º | 0.69% | 0.75% | - |
| XYZ | 30.74 | 17.08 | 50.97 | - |
| YUV | 111.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 191 | 0.04 | 0.69 | 0 | 0.25 | 296.82 | 0.53 | 0.49 |
| Hex | B8 | 3B | BF | 4 | 45 | 0 | 19 | 129 | 35 | 31 |
| Octal | 270 | 73 | 277 | 4 | 105 | 0 | 31 | 451 | 65 | 61 |
| Binary | 10111000 | 111011 | 10111111 | 100 | 1000101 | 0 | 11001 | 100101001 | 110101 | 110001 |
Color Harmonies of #B83BBF
Complementary color
Monochromatic Colors of #B83BBF
Black with #B83BBF
Text Example
Text Example
White with #B83BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BBF; }
p { color: rgb(184,59,191); }
H1.HeaderClassName
{
color: #B83BBF;
}
.AnyTagClassName
{
color: #B83BBF;
}
</style>
background-color css
<style>
a { background-color: #B83BBF; }
a { background-color: rgb(184,59,191); }
div.DivClassName
{
background-color: #B83BBF;
}
.BgClassName
{
background-color: #B83BBF;
}
</style>
border-color css
<style>
span { border-color: #B83BBF; }
span { border-color: rgb(184,59,191); }
td.TdClassName
{
border-color: #B83BBF;
}
.TagClassName
{
border-color: #B83BBF;
}
</style>