Shades of Fuchsia #B86FBD
Tints of Fuchsia #B86FBD
RGB
CMYK
RGB Variations
Color information
#B86FBD (or 0xB86FBD) is known color: Fuchsia. HEX triplet: B8, 6F and BD. RGB value is (184,111,189). Sum of RGB (Red+Green+Blue) = 184+111+189=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #B86FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FBD is #479042. Grayscale: #8D8D8D. Windows color (decimal): -4689987 or 12414904. OLE color: 12414904.
HSL color Cylindrical-coordinate representation of color #B86FBD: hue angle of 296.15º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86FBD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 111 | 189 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.26 |
| HSL | 296.15º | 0.37% | 0.59% | - |
| HSV(B) | 296.15º | 0.41% | 0.74% | - |
| XYZ | 34.64 | 25.23 | 51.19 | - |
| YUV | 141.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 189 | 0.03 | 0.41 | 0 | 0.26 | 296.15 | 0.37 | 0.59 |
| Hex | B8 | 6F | BD | 3 | 29 | 0 | 1A | 128 | 25 | 3B |
| Octal | 270 | 157 | 275 | 3 | 51 | 0 | 32 | 450 | 45 | 73 |
| Binary | 10111000 | 1101111 | 10111101 | 11 | 101001 | 0 | 11010 | 100101000 | 100101 | 111011 |
Color Harmonies of #B86FBD
Complementary color
Monochromatic Colors of #B86FBD
Black with #B86FBD
Text Example
Text Example
White with #B86FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86FBD; }
p { color: rgb(184,111,189); }
H1.HeaderClassName
{
color: #B86FBD;
}
.AnyTagClassName
{
color: #B86FBD;
}
</style>
background-color css
<style>
a { background-color: #B86FBD; }
a { background-color: rgb(184,111,189); }
div.DivClassName
{
background-color: #B86FBD;
}
.BgClassName
{
background-color: #B86FBD;
}
</style>
border-color css
<style>
span { border-color: #B86FBD; }
span { border-color: rgb(184,111,189); }
td.TdClassName
{
border-color: #B86FBD;
}
.TagClassName
{
border-color: #B86FBD;
}
</style>