Shades of Fuchsia #B864BA
Tints of Fuchsia #B864BA
RGB
CMYK
RGB Variations
Color information
#B864BA (or 0xB864BA) is known color: Fuchsia. HEX triplet: B8, 64 and BA. RGB value is (184,100,186). Sum of RGB (Red+Green+Blue) = 184+100+186=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B864BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B864BA is #479B45. Grayscale: #868686. Windows color (decimal): -4692806 or 12215480. OLE color: 12215480.
HSL color Cylindrical-coordinate representation of color #B864BA: hue angle of 298.6º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B864BA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 100 | 186 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.27 |
| HSL | 298.6º | 0.38% | 0.56% | - |
| HSV(B) | 298.6º | 0.46% | 0.73% | - |
| XYZ | 33.19 | 22.85 | 49.12 | - |
| YUV | 134.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 186 | 0.01 | 0.46 | 0 | 0.27 | 298.6 | 0.38 | 0.56 |
| Hex | B8 | 64 | BA | 1 | 2E | 0 | 1B | 12B | 26 | 38 |
| Octal | 270 | 144 | 272 | 1 | 56 | 0 | 33 | 453 | 46 | 70 |
| Binary | 10111000 | 1100100 | 10111010 | 1 | 101110 | 0 | 11011 | 100101011 | 100110 | 111000 |
Color Harmonies of #B864BA
Complementary color
Monochromatic Colors of #B864BA
Black with #B864BA
Text Example
Text Example
White with #B864BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864BA; }
p { color: rgb(184,100,186); }
H1.HeaderClassName
{
color: #B864BA;
}
.AnyTagClassName
{
color: #B864BA;
}
</style>
background-color css
<style>
a { background-color: #B864BA; }
a { background-color: rgb(184,100,186); }
div.DivClassName
{
background-color: #B864BA;
}
.BgClassName
{
background-color: #B864BA;
}
</style>
border-color css
<style>
span { border-color: #B864BA; }
span { border-color: rgb(184,100,186); }
td.TdClassName
{
border-color: #B864BA;
}
.TagClassName
{
border-color: #B864BA;
}
</style>