Shades of Fuchsia #B863C1
Tints of Fuchsia #B863C1
RGB
CMYK
RGB Variations
Color information
#B863C1 (or 0xB863C1) is known color: Fuchsia. HEX triplet: B8, 63 and C1. RGB value is (184,99,193). Sum of RGB (Red+Green+Blue) = 184+99+193=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #B863C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863C1 is #479C3E. Grayscale: #868686. Windows color (decimal): -4693055 or 12673976. OLE color: 12673976.
HSL color Cylindrical-coordinate representation of color #B863C1: hue angle of 294.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B863C1 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 99 | 193 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.24 |
| HSL | 294.26º | 0.43% | 0.57% | - |
| HSV(B) | 294.26º | 0.49% | 0.76% | - |
| XYZ | 33.85 | 22.96 | 53.1 | - |
| YUV | 135.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 193 | 0.05 | 0.49 | 0 | 0.24 | 294.26 | 0.43 | 0.57 |
| Hex | B8 | 63 | C1 | 5 | 31 | 0 | 18 | 126 | 2B | 39 |
| Octal | 270 | 143 | 301 | 5 | 61 | 0 | 30 | 446 | 53 | 71 |
| Binary | 10111000 | 1100011 | 11000001 | 101 | 110001 | 0 | 11000 | 100100110 | 101011 | 111001 |
Color Harmonies of #B863C1
Complementary color
Monochromatic Colors of #B863C1
Black with #B863C1
Text Example
Text Example
White with #B863C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863C1; }
p { color: rgb(184,99,193); }
H1.HeaderClassName
{
color: #B863C1;
}
.AnyTagClassName
{
color: #B863C1;
}
</style>
background-color css
<style>
a { background-color: #B863C1; }
a { background-color: rgb(184,99,193); }
div.DivClassName
{
background-color: #B863C1;
}
.BgClassName
{
background-color: #B863C1;
}
</style>
border-color css
<style>
span { border-color: #B863C1; }
span { border-color: rgb(184,99,193); }
td.TdClassName
{
border-color: #B863C1;
}
.TagClassName
{
border-color: #B863C1;
}
</style>