Shades of Fuchsia #B86CB3
Tints of Fuchsia #B86CB3
RGB
CMYK
RGB Variations
Color information
#B86CB3 (or 0xB86CB3) is known color: Fuchsia. HEX triplet: B8, 6C and B3. RGB value is (184,108,179). Sum of RGB (Red+Green+Blue) = 184+108+179=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CB3 is #47934C. Grayscale: #8A8A8A. Windows color (decimal): -4690765 or 11758776. OLE color: 11758776.
HSL color Cylindrical-coordinate representation of color #B86CB3: hue angle of 303.95º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86CB3 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 179 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.28 |
| HSL | 303.95º | 0.35% | 0.57% | - |
| HSV(B) | 303.95º | 0.41% | 0.72% | - |
| XYZ | 33.27 | 24.17 | 45.56 | - |
| YUV | 138.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 179 | 0 | 0.41 | 0.03 | 0.28 | 303.95 | 0.35 | 0.57 |
| Hex | B8 | 6C | B3 | 0 | 29 | 3 | 1C | 130 | 23 | 39 |
| Octal | 270 | 154 | 263 | 0 | 51 | 3 | 34 | 460 | 43 | 71 |
| Binary | 10111000 | 1101100 | 10110011 | 0 | 101001 | 11 | 11100 | 100110000 | 100011 | 111001 |
Color Harmonies of #B86CB3
Complementary color
Monochromatic Colors of #B86CB3
Black with #B86CB3
Text Example
Text Example
White with #B86CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CB3; }
p { color: rgb(184,108,179); }
H1.HeaderClassName
{
color: #B86CB3;
}
.AnyTagClassName
{
color: #B86CB3;
}
</style>
background-color css
<style>
a { background-color: #B86CB3; }
a { background-color: rgb(184,108,179); }
div.DivClassName
{
background-color: #B86CB3;
}
.BgClassName
{
background-color: #B86CB3;
}
</style>
border-color css
<style>
span { border-color: #B86CB3; }
span { border-color: rgb(184,108,179); }
td.TdClassName
{
border-color: #B86CB3;
}
.TagClassName
{
border-color: #B86CB3;
}
</style>