Shades of Fuchsia #B240B1
Tints of Fuchsia #B240B1
RGB
CMYK
RGB Variations
Color information
#B240B1 (or 0xB240B1) is known color: Fuchsia. HEX triplet: B2, 40 and B1. RGB value is (178,64,177). Sum of RGB (Red+Green+Blue) = 178+64+177=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B240B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240B1 is #4DBF4E. Grayscale: #6E6E6E. Windows color (decimal): -5095247 or 11616434. OLE color: 11616434.
HSL color Cylindrical-coordinate representation of color #B240B1: hue angle of 300.53º 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 #B240B1 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 177 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.30 |
| HSL | 300.53º | 0.47% | 0.47% | - |
| HSV(B) | 300.53º | 0.64% | 0.7% | - |
| XYZ | 28.13 | 16.31 | 43.26 | - |
| YUV | 110.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 177 | 0 | 0.64 | 0.01 | 0.30 | 300.53 | 0.47 | 0.47 |
| Hex | B2 | 40 | B1 | 0 | 40 | 1 | 1E | 12D | 2F | 2F |
| Octal | 262 | 100 | 261 | 0 | 100 | 1 | 36 | 455 | 57 | 57 |
| Binary | 10110010 | 1000000 | 10110001 | 0 | 1000000 | 1 | 11110 | 100101101 | 101111 | 101111 |
Color Harmonies of #B240B1
Complementary color
Monochromatic Colors of #B240B1
Black with #B240B1
Text Example
Text Example
White with #B240B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240B1; }
p { color: rgb(178,64,177); }
H1.HeaderClassName
{
color: #B240B1;
}
.AnyTagClassName
{
color: #B240B1;
}
</style>
background-color css
<style>
a { background-color: #B240B1; }
a { background-color: rgb(178,64,177); }
div.DivClassName
{
background-color: #B240B1;
}
.BgClassName
{
background-color: #B240B1;
}
</style>
border-color css
<style>
span { border-color: #B240B1; }
span { border-color: rgb(178,64,177); }
td.TdClassName
{
border-color: #B240B1;
}
.TagClassName
{
border-color: #B240B1;
}
</style>