Shades of Fuchsia #B36EBE
Tints of Fuchsia #B36EBE
RGB
CMYK
RGB Variations
Color information
#B36EBE (or 0xB36EBE) is known color: Fuchsia. HEX triplet: B3, 6E and BE. RGB value is (179,110,190). Sum of RGB (Red+Green+Blue) = 179+110+190=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #B36EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EBE is #4C9141. Grayscale: #8B8B8B. Windows color (decimal): -5017922 or 12480179. OLE color: 12480179.
HSL color Cylindrical-coordinate representation of color #B36EBE: hue angle of 291.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36EBE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 110 | 190 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.25 |
| HSL | 291.75º | 0.38% | 0.59% | - |
| HSV(B) | 291.75º | 0.42% | 0.75% | - |
| XYZ | 33.46 | 24.45 | 51.67 | - |
| YUV | 139.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 110 | 190 | 0.06 | 0.42 | 0 | 0.25 | 291.75 | 0.38 | 0.59 |
| Hex | B3 | 6E | BE | 6 | 2A | 0 | 19 | 124 | 26 | 3B |
| Octal | 263 | 156 | 276 | 6 | 52 | 0 | 31 | 444 | 46 | 73 |
| Binary | 10110011 | 1101110 | 10111110 | 110 | 101010 | 0 | 11001 | 100100100 | 100110 | 111011 |
Color Harmonies of #B36EBE
Complementary color
Monochromatic Colors of #B36EBE
Black with #B36EBE
Text Example
Text Example
White with #B36EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36EBE; }
p { color: rgb(179,110,190); }
H1.HeaderClassName
{
color: #B36EBE;
}
.AnyTagClassName
{
color: #B36EBE;
}
</style>
background-color css
<style>
a { background-color: #B36EBE; }
a { background-color: rgb(179,110,190); }
div.DivClassName
{
background-color: #B36EBE;
}
.BgClassName
{
background-color: #B36EBE;
}
</style>
border-color css
<style>
span { border-color: #B36EBE; }
span { border-color: rgb(179,110,190); }
td.TdClassName
{
border-color: #B36EBE;
}
.TagClassName
{
border-color: #B36EBE;
}
</style>