Shades of Fuchsia #B863B4
Tints of Fuchsia #B863B4
RGB
CMYK
RGB Variations
Color information
#B863B4 (or 0xB863B4) is known color: Fuchsia. HEX triplet: B8, 63 and B4. RGB value is (184,99,180). Sum of RGB (Red+Green+Blue) = 184+99+180=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B863B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863B4 is #479C4B. Grayscale: #858585. Windows color (decimal): -4693068 or 11822008. OLE color: 11822008.
HSL color Cylindrical-coordinate representation of color #B863B4: hue angle of 302.82º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B863B4 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 180 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.28 |
| HSL | 302.82º | 0.37% | 0.55% | - |
| HSV(B) | 302.82º | 0.46% | 0.72% | - |
| XYZ | 32.47 | 22.41 | 45.79 | - |
| YUV | 133.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 180 | 0 | 0.46 | 0.02 | 0.28 | 302.82 | 0.37 | 0.55 |
| Hex | B8 | 63 | B4 | 0 | 2E | 2 | 1C | 12F | 25 | 37 |
| Octal | 270 | 143 | 264 | 0 | 56 | 2 | 34 | 457 | 45 | 67 |
| Binary | 10111000 | 1100011 | 10110100 | 0 | 101110 | 10 | 11100 | 100101111 | 100101 | 110111 |
Color Harmonies of #B863B4
Complementary color
Monochromatic Colors of #B863B4
Black with #B863B4
Text Example
Text Example
White with #B863B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863B4; }
p { color: rgb(184,99,180); }
H1.HeaderClassName
{
color: #B863B4;
}
.AnyTagClassName
{
color: #B863B4;
}
</style>
background-color css
<style>
a { background-color: #B863B4; }
a { background-color: rgb(184,99,180); }
div.DivClassName
{
background-color: #B863B4;
}
.BgClassName
{
background-color: #B863B4;
}
</style>
border-color css
<style>
span { border-color: #B863B4; }
span { border-color: rgb(184,99,180); }
td.TdClassName
{
border-color: #B863B4;
}
.TagClassName
{
border-color: #B863B4;
}
</style>