Shades of Fuchsia #B861B3
Tints of Fuchsia #B861B3
RGB
CMYK
RGB Variations
Color information
#B861B3 (or 0xB861B3) is known color: Fuchsia. HEX triplet: B8, 61 and B3. RGB value is (184,97,179). Sum of RGB (Red+Green+Blue) = 184+97+179=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B861B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861B3 is #479E4C. Grayscale: #848484. Windows color (decimal): -4693581 or 11755960. OLE color: 11755960.
HSL color Cylindrical-coordinate representation of color #B861B3: hue angle of 303.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B861B3 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 97 | 179 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.28 |
| HSL | 303.45º | 0.38% | 0.55% | - |
| HSV(B) | 303.45º | 0.47% | 0.72% | - |
| XYZ | 32.18 | 21.99 | 45.2 | - |
| YUV | 132.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 179 | 0 | 0.47 | 0.03 | 0.28 | 303.45 | 0.38 | 0.55 |
| Hex | B8 | 61 | B3 | 0 | 2F | 3 | 1C | 12F | 26 | 37 |
| Octal | 270 | 141 | 263 | 0 | 57 | 3 | 34 | 457 | 46 | 67 |
| Binary | 10111000 | 1100001 | 10110011 | 0 | 101111 | 11 | 11100 | 100101111 | 100110 | 110111 |
Color Harmonies of #B861B3
Complementary color
Monochromatic Colors of #B861B3
Black with #B861B3
Text Example
Text Example
White with #B861B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861B3; }
p { color: rgb(184,97,179); }
H1.HeaderClassName
{
color: #B861B3;
}
.AnyTagClassName
{
color: #B861B3;
}
</style>
background-color css
<style>
a { background-color: #B861B3; }
a { background-color: rgb(184,97,179); }
div.DivClassName
{
background-color: #B861B3;
}
.BgClassName
{
background-color: #B861B3;
}
</style>
border-color css
<style>
span { border-color: #B861B3; }
span { border-color: rgb(184,97,179); }
td.TdClassName
{
border-color: #B861B3;
}
.TagClassName
{
border-color: #B861B3;
}
</style>