Shades of Fuchsia #B36DBA
Tints of Fuchsia #B36DBA
RGB
CMYK
RGB Variations
Color information
#B36DBA (or 0xB36DBA) is known color: Fuchsia. HEX triplet: B3, 6D and BA. RGB value is (179,109,186). Sum of RGB (Red+Green+Blue) = 179+109+186=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #B36DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DBA is #4C9245. Grayscale: #8A8A8A. Windows color (decimal): -5018182 or 12217779. OLE color: 12217779.
HSL color Cylindrical-coordinate representation of color #B36DBA: hue angle of 294.55º degrees, saturation: 0.36, 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 #B36DBA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 109 | 186 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.27 |
| HSL | 294.55º | 0.36% | 0.58% | - |
| HSV(B) | 294.55º | 0.41% | 0.73% | - |
| XYZ | 32.92 | 24.07 | 49.36 | - |
| YUV | 138.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 186 | 0.04 | 0.41 | 0 | 0.27 | 294.55 | 0.36 | 0.58 |
| Hex | B3 | 6D | BA | 4 | 29 | 0 | 1B | 127 | 24 | 3A |
| Octal | 263 | 155 | 272 | 4 | 51 | 0 | 33 | 447 | 44 | 72 |
| Binary | 10110011 | 1101101 | 10111010 | 100 | 101001 | 0 | 11011 | 100100111 | 100100 | 111010 |
Color Harmonies of #B36DBA
Complementary color
Monochromatic Colors of #B36DBA
Black with #B36DBA
Text Example
Text Example
White with #B36DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DBA; }
p { color: rgb(179,109,186); }
H1.HeaderClassName
{
color: #B36DBA;
}
.AnyTagClassName
{
color: #B36DBA;
}
</style>
background-color css
<style>
a { background-color: #B36DBA; }
a { background-color: rgb(179,109,186); }
div.DivClassName
{
background-color: #B36DBA;
}
.BgClassName
{
background-color: #B36DBA;
}
</style>
border-color css
<style>
span { border-color: #B36DBA; }
span { border-color: rgb(179,109,186); }
td.TdClassName
{
border-color: #B36DBA;
}
.TagClassName
{
border-color: #B36DBA;
}
</style>