Shades of Fuchsia #B240AC
Tints of Fuchsia #B240AC
RGB
CMYK
RGB Variations
Color information
#B240AC (or 0xB240AC) is known color: Fuchsia. HEX triplet: B2, 40 and AC. RGB value is (178,64,172). Sum of RGB (Red+Green+Blue) = 178+64+172=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B240AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240AC is #4DBF53. Grayscale: #6E6E6E. Windows color (decimal): -5095252 or 11288754. OLE color: 11288754.
HSL color Cylindrical-coordinate representation of color #B240AC: hue angle of 303.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240AC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 172 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.30 |
| HSL | 303.16º | 0.47% | 0.47% | - |
| HSV(B) | 303.16º | 0.64% | 0.7% | - |
| XYZ | 27.64 | 16.11 | 40.68 | - |
| YUV | 110.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 172 | 0 | 0.64 | 0.03 | 0.30 | 303.16 | 0.47 | 0.47 |
| Hex | B2 | 40 | AC | 0 | 40 | 3 | 1E | 12F | 2F | 2F |
| Octal | 262 | 100 | 254 | 0 | 100 | 3 | 36 | 457 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10101100 | 0 | 1000000 | 11 | 11110 | 100101111 | 101111 | 101111 |
Color Harmonies of #B240AC
Complementary color
Monochromatic Colors of #B240AC
Black with #B240AC
Text Example
Text Example
White with #B240AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240AC; }
p { color: rgb(178,64,172); }
H1.HeaderClassName
{
color: #B240AC;
}
.AnyTagClassName
{
color: #B240AC;
}
</style>
background-color css
<style>
a { background-color: #B240AC; }
a { background-color: rgb(178,64,172); }
div.DivClassName
{
background-color: #B240AC;
}
.BgClassName
{
background-color: #B240AC;
}
</style>
border-color css
<style>
span { border-color: #B240AC; }
span { border-color: rgb(178,64,172); }
td.TdClassName
{
border-color: #B240AC;
}
.TagClassName
{
border-color: #B240AC;
}
</style>