Shades of Fuchsia #B861C2
Tints of Fuchsia #B861C2
RGB
CMYK
RGB Variations
Color information
#B861C2 (or 0xB861C2) is known color: Fuchsia. HEX triplet: B8, 61 and C2. RGB value is (184,97,194). Sum of RGB (Red+Green+Blue) = 184+97+194=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #B861C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861C2 is #479E3D. Grayscale: #858585. Windows color (decimal): -4693566 or 12739000. OLE color: 12739000.
HSL color Cylindrical-coordinate representation of color #B861C2: hue angle of 293.81º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B861C2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 97 | 194 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.24 |
| HSL | 293.81º | 0.44% | 0.57% | - |
| HSV(B) | 293.81º | 0.5% | 0.76% | - |
| XYZ | 33.78 | 22.63 | 53.63 | - |
| YUV | 134.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 194 | 0.05 | 0.50 | 0 | 0.24 | 293.81 | 0.44 | 0.57 |
| Hex | B8 | 61 | C2 | 5 | 32 | 0 | 18 | 126 | 2C | 39 |
| Octal | 270 | 141 | 302 | 5 | 62 | 0 | 30 | 446 | 54 | 71 |
| Binary | 10111000 | 1100001 | 11000010 | 101 | 110010 | 0 | 11000 | 100100110 | 101100 | 111001 |
Color Harmonies of #B861C2
Complementary color
Monochromatic Colors of #B861C2
Black with #B861C2
Text Example
Text Example
White with #B861C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861C2; }
p { color: rgb(184,97,194); }
H1.HeaderClassName
{
color: #B861C2;
}
.AnyTagClassName
{
color: #B861C2;
}
</style>
background-color css
<style>
a { background-color: #B861C2; }
a { background-color: rgb(184,97,194); }
div.DivClassName
{
background-color: #B861C2;
}
.BgClassName
{
background-color: #B861C2;
}
</style>
border-color css
<style>
span { border-color: #B861C2; }
span { border-color: rgb(184,97,194); }
td.TdClassName
{
border-color: #B861C2;
}
.TagClassName
{
border-color: #B861C2;
}
</style>