Shades of Fuchsia #B864C1
Tints of Fuchsia #B864C1
RGB
CMYK
RGB Variations
Color information
#B864C1 (or 0xB864C1) is known color: Fuchsia. HEX triplet: B8, 64 and C1. RGB value is (184,100,193). Sum of RGB (Red+Green+Blue) = 184+100+193=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #B864C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864C1 is #479B3E. Grayscale: #878787. Windows color (decimal): -4692799 or 12674232. OLE color: 12674232.
HSL color Cylindrical-coordinate representation of color #B864C1: hue angle of 294.19º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B864C1 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 100 | 193 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.24 |
| HSL | 294.19º | 0.43% | 0.57% | - |
| HSV(B) | 294.19º | 0.48% | 0.76% | - |
| XYZ | 33.95 | 23.15 | 53.13 | - |
| YUV | 135.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 193 | 0.05 | 0.48 | 0 | 0.24 | 294.19 | 0.43 | 0.57 |
| Hex | B8 | 64 | C1 | 5 | 30 | 0 | 18 | 126 | 2B | 39 |
| Octal | 270 | 144 | 301 | 5 | 60 | 0 | 30 | 446 | 53 | 71 |
| Binary | 10111000 | 1100100 | 11000001 | 101 | 110000 | 0 | 11000 | 100100110 | 101011 | 111001 |
Color Harmonies of #B864C1
Complementary color
Monochromatic Colors of #B864C1
Black with #B864C1
Text Example
Text Example
White with #B864C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864C1; }
p { color: rgb(184,100,193); }
H1.HeaderClassName
{
color: #B864C1;
}
.AnyTagClassName
{
color: #B864C1;
}
</style>
background-color css
<style>
a { background-color: #B864C1; }
a { background-color: rgb(184,100,193); }
div.DivClassName
{
background-color: #B864C1;
}
.BgClassName
{
background-color: #B864C1;
}
</style>
border-color css
<style>
span { border-color: #B864C1; }
span { border-color: rgb(184,100,193); }
td.TdClassName
{
border-color: #B864C1;
}
.TagClassName
{
border-color: #B864C1;
}
</style>