Shades of Fuchsia #B36DB7
Tints of Fuchsia #B36DB7
RGB
CMYK
RGB Variations
Color information
#B36DB7 (or 0xB36DB7) is known color: Fuchsia. HEX triplet: B3, 6D and B7. RGB value is (179,109,183). Sum of RGB (Red+Green+Blue) = 179+109+183=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #B36DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DB7 is #4C9248. Grayscale: #8A8A8A. Windows color (decimal): -5018185 or 12021171. OLE color: 12021171.
HSL color Cylindrical-coordinate representation of color #B36DB7: hue angle of 296.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36DB7 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 109 | 183 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.28 |
| HSL | 296.76º | 0.34% | 0.57% | - |
| HSV(B) | 296.76º | 0.4% | 0.72% | - |
| XYZ | 32.61 | 23.94 | 47.7 | - |
| YUV | 138.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 183 | 0.02 | 0.40 | 0 | 0.28 | 296.76 | 0.34 | 0.57 |
| Hex | B3 | 6D | B7 | 2 | 28 | 0 | 1C | 129 | 22 | 39 |
| Octal | 263 | 155 | 267 | 2 | 50 | 0 | 34 | 451 | 42 | 71 |
| Binary | 10110011 | 1101101 | 10110111 | 10 | 101000 | 0 | 11100 | 100101001 | 100010 | 111001 |
Color Harmonies of #B36DB7
Complementary color
Monochromatic Colors of #B36DB7
Black with #B36DB7
Text Example
Text Example
White with #B36DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DB7; }
p { color: rgb(179,109,183); }
H1.HeaderClassName
{
color: #B36DB7;
}
.AnyTagClassName
{
color: #B36DB7;
}
</style>
background-color css
<style>
a { background-color: #B36DB7; }
a { background-color: rgb(179,109,183); }
div.DivClassName
{
background-color: #B36DB7;
}
.BgClassName
{
background-color: #B36DB7;
}
</style>
border-color css
<style>
span { border-color: #B36DB7; }
span { border-color: rgb(179,109,183); }
td.TdClassName
{
border-color: #B36DB7;
}
.TagClassName
{
border-color: #B36DB7;
}
</style>