Shades of Fuchsia #B83FBC
Tints of Fuchsia #B83FBC
RGB
CMYK
RGB Variations
Color information
#B83FBC (or 0xB83FBC) is known color: Fuchsia. HEX triplet: B8, 3F and BC. RGB value is (184,63,188). Sum of RGB (Red+Green+Blue) = 184+63+188=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B83FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FBC is #47C043. Grayscale: #717171. Windows color (decimal): -4702276 or 12337080. OLE color: 12337080.
HSL color Cylindrical-coordinate representation of color #B83FBC: hue angle of 298.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83FBC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 63 | 188 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.26 |
| HSL | 298.08º | 0.5% | 0.49% | - |
| HSV(B) | 298.08º | 0.66% | 0.74% | - |
| XYZ | 30.62 | 17.38 | 49.32 | - |
| YUV | 113.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 188 | 0.02 | 0.66 | 0 | 0.26 | 298.08 | 0.5 | 0.49 |
| Hex | B8 | 3F | BC | 2 | 42 | 0 | 1A | 12A | 32 | 31 |
| Octal | 270 | 77 | 274 | 2 | 102 | 0 | 32 | 452 | 62 | 61 |
| Binary | 10111000 | 111111 | 10111100 | 10 | 1000010 | 0 | 11010 | 100101010 | 110010 | 110001 |
Color Harmonies of #B83FBC
Complementary color
Monochromatic Colors of #B83FBC
Black with #B83FBC
Text Example
Text Example
White with #B83FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FBC; }
p { color: rgb(184,63,188); }
H1.HeaderClassName
{
color: #B83FBC;
}
.AnyTagClassName
{
color: #B83FBC;
}
</style>
background-color css
<style>
a { background-color: #B83FBC; }
a { background-color: rgb(184,63,188); }
div.DivClassName
{
background-color: #B83FBC;
}
.BgClassName
{
background-color: #B83FBC;
}
</style>
border-color css
<style>
span { border-color: #B83FBC; }
span { border-color: rgb(184,63,188); }
td.TdClassName
{
border-color: #B83FBC;
}
.TagClassName
{
border-color: #B83FBC;
}
</style>