Shades of Fuchsia #B36DB9
Tints of Fuchsia #B36DB9
RGB
CMYK
RGB Variations
Color information
#B36DB9 (or 0xB36DB9) is known color: Fuchsia. HEX triplet: B3, 6D and B9. RGB value is (179,109,185). Sum of RGB (Red+Green+Blue) = 179+109+185=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #B36DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DB9 is #4C9246. Grayscale: #8A8A8A. Windows color (decimal): -5018183 or 12152243. OLE color: 12152243.
HSL color Cylindrical-coordinate representation of color #B36DB9: hue angle of 295.26º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36DB9 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 109 | 185 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.27 |
| HSL | 295.26º | 0.35% | 0.58% | - |
| HSV(B) | 295.26º | 0.41% | 0.73% | - |
| XYZ | 32.82 | 24.02 | 48.81 | - |
| YUV | 138.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 185 | 0.03 | 0.41 | 0 | 0.27 | 295.26 | 0.35 | 0.58 |
| Hex | B3 | 6D | B9 | 3 | 29 | 0 | 1B | 127 | 23 | 3A |
| Octal | 263 | 155 | 271 | 3 | 51 | 0 | 33 | 447 | 43 | 72 |
| Binary | 10110011 | 1101101 | 10111001 | 11 | 101001 | 0 | 11011 | 100100111 | 100011 | 111010 |
Color Harmonies of #B36DB9
Complementary color
Monochromatic Colors of #B36DB9
Black with #B36DB9
Text Example
Text Example
White with #B36DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DB9; }
p { color: rgb(179,109,185); }
H1.HeaderClassName
{
color: #B36DB9;
}
.AnyTagClassName
{
color: #B36DB9;
}
</style>
background-color css
<style>
a { background-color: #B36DB9; }
a { background-color: rgb(179,109,185); }
div.DivClassName
{
background-color: #B36DB9;
}
.BgClassName
{
background-color: #B36DB9;
}
</style>
border-color css
<style>
span { border-color: #B36DB9; }
span { border-color: rgb(179,109,185); }
td.TdClassName
{
border-color: #B36DB9;
}
.TagClassName
{
border-color: #B36DB9;
}
</style>