Shades of Fuchsia #B36EBA
Tints of Fuchsia #B36EBA
RGB
CMYK
RGB Variations
Color information
#B36EBA (or 0xB36EBA) is known color: Fuchsia. HEX triplet: B3, 6E and BA. RGB value is (179,110,186). Sum of RGB (Red+Green+Blue) = 179+110+186=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B36EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EBA is #4C9145. Grayscale: #8B8B8B. Windows color (decimal): -5017926 or 12218035. OLE color: 12218035.
HSL color Cylindrical-coordinate representation of color #B36EBA: hue angle of 294.47º 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 #B36EBA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 110 | 186 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.27 |
| HSL | 294.47º | 0.36% | 0.58% | - |
| HSV(B) | 294.47º | 0.41% | 0.73% | - |
| XYZ | 33.03 | 24.28 | 49.4 | - |
| YUV | 139.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 186 | 0.04 | 0.41 | 0 | 0.27 | 294.47 | 0.36 | 0.58 |
| Hex | B3 | 6E | BA | 4 | 29 | 0 | 1B | 126 | 24 | 3A |
| Octal | 263 | 156 | 272 | 4 | 51 | 0 | 33 | 446 | 44 | 72 |
| Binary | 10110011 | 1101110 | 10111010 | 100 | 101001 | 0 | 11011 | 100100110 | 100100 | 111010 |
Color Harmonies of #B36EBA
Complementary color
Monochromatic Colors of #B36EBA
Black with #B36EBA
Text Example
Text Example
White with #B36EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36EBA; }
p { color: rgb(179,110,186); }
H1.HeaderClassName
{
color: #B36EBA;
}
.AnyTagClassName
{
color: #B36EBA;
}
</style>
background-color css
<style>
a { background-color: #B36EBA; }
a { background-color: rgb(179,110,186); }
div.DivClassName
{
background-color: #B36EBA;
}
.BgClassName
{
background-color: #B36EBA;
}
</style>
border-color css
<style>
span { border-color: #B36EBA; }
span { border-color: rgb(179,110,186); }
td.TdClassName
{
border-color: #B36EBA;
}
.TagClassName
{
border-color: #B36EBA;
}
</style>