Shades of Fuchsia #B35EBE
Tints of Fuchsia #B35EBE
RGB
CMYK
RGB Variations
Color information
#B35EBE (or 0xB35EBE) is known color: Fuchsia. HEX triplet: B3, 5E and BE. RGB value is (179,94,190). Sum of RGB (Red+Green+Blue) = 179+94+190=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #B35EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EBE is #4CA141. Grayscale: #828282. Windows color (decimal): -5022018 or 12476083. OLE color: 12476083.
HSL color Cylindrical-coordinate representation of color #B35EBE: hue angle of 293.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35EBE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 94 | 190 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.25 |
| HSL | 293.13º | 0.42% | 0.56% | - |
| HSV(B) | 293.13º | 0.51% | 0.75% | - |
| XYZ | 31.89 | 21.31 | 51.15 | - |
| YUV | 130.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 190 | 0.06 | 0.51 | 0 | 0.25 | 293.13 | 0.42 | 0.56 |
| Hex | B3 | 5E | BE | 6 | 33 | 0 | 19 | 125 | 2A | 38 |
| Octal | 263 | 136 | 276 | 6 | 63 | 0 | 31 | 445 | 52 | 70 |
| Binary | 10110011 | 1011110 | 10111110 | 110 | 110011 | 0 | 11001 | 100100101 | 101010 | 111000 |
Color Harmonies of #B35EBE
Complementary color
Monochromatic Colors of #B35EBE
Black with #B35EBE
Text Example
Text Example
White with #B35EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35EBE; }
p { color: rgb(179,94,190); }
H1.HeaderClassName
{
color: #B35EBE;
}
.AnyTagClassName
{
color: #B35EBE;
}
</style>
background-color css
<style>
a { background-color: #B35EBE; }
a { background-color: rgb(179,94,190); }
div.DivClassName
{
background-color: #B35EBE;
}
.BgClassName
{
background-color: #B35EBE;
}
</style>
border-color css
<style>
span { border-color: #B35EBE; }
span { border-color: rgb(179,94,190); }
td.TdClassName
{
border-color: #B35EBE;
}
.TagClassName
{
border-color: #B35EBE;
}
</style>