Shades of Fuchsia #B864BC
Tints of Fuchsia #B864BC
RGB
CMYK
RGB Variations
Color information
#B864BC (or 0xB864BC) is known color: Fuchsia. HEX triplet: B8, 64 and BC. RGB value is (184,100,188). Sum of RGB (Red+Green+Blue) = 184+100+188=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #B864BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864BC is #479B43. Grayscale: #868686. Windows color (decimal): -4692804 or 12346552. OLE color: 12346552.
HSL color Cylindrical-coordinate representation of color #B864BC: hue angle of 297.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B864BC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 100 | 188 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.26 |
| HSL | 297.27º | 0.4% | 0.56% | - |
| HSV(B) | 297.27º | 0.47% | 0.74% | - |
| XYZ | 33.4 | 22.94 | 50.24 | - |
| YUV | 135.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 188 | 0.02 | 0.47 | 0 | 0.26 | 297.27 | 0.4 | 0.56 |
| Hex | B8 | 64 | BC | 2 | 2F | 0 | 1A | 129 | 28 | 38 |
| Octal | 270 | 144 | 274 | 2 | 57 | 0 | 32 | 451 | 50 | 70 |
| Binary | 10111000 | 1100100 | 10111100 | 10 | 101111 | 0 | 11010 | 100101001 | 101000 | 111000 |
Color Harmonies of #B864BC
Complementary color
Monochromatic Colors of #B864BC
Black with #B864BC
Text Example
Text Example
White with #B864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864BC; }
p { color: rgb(184,100,188); }
H1.HeaderClassName
{
color: #B864BC;
}
.AnyTagClassName
{
color: #B864BC;
}
</style>
background-color css
<style>
a { background-color: #B864BC; }
a { background-color: rgb(184,100,188); }
div.DivClassName
{
background-color: #B864BC;
}
.BgClassName
{
background-color: #B864BC;
}
</style>
border-color css
<style>
span { border-color: #B864BC; }
span { border-color: rgb(184,100,188); }
td.TdClassName
{
border-color: #B864BC;
}
.TagClassName
{
border-color: #B864BC;
}
</style>