Shades of Fuchsia #B240C1
Tints of Fuchsia #B240C1
RGB
CMYK
RGB Variations
Color information
#B240C1 (or 0xB240C1) is known color: Fuchsia. HEX triplet: B2, 40 and C1. RGB value is (178,64,193). Sum of RGB (Red+Green+Blue) = 178+64+193=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #B240C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240C1 is #4DBF3E. Grayscale: #707070. Windows color (decimal): -5095231 or 12665010. OLE color: 12665010.
HSL color Cylindrical-coordinate representation of color #B240C1: hue angle of 293.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B240C1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 64 | 193 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.24 |
| HSL | 293.02º | 0.51% | 0.5% | - |
| HSV(B) | 293.02º | 0.67% | 0.76% | - |
| XYZ | 29.82 | 16.98 | 52.16 | - |
| YUV | 112.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 193 | 0.08 | 0.67 | 0 | 0.24 | 293.02 | 0.51 | 0.5 |
| Hex | B2 | 40 | C1 | 8 | 43 | 0 | 18 | 125 | 33 | 32 |
| Octal | 262 | 100 | 301 | 10 | 103 | 0 | 30 | 445 | 63 | 62 |
| Binary | 10110010 | 1000000 | 11000001 | 1000 | 1000011 | 0 | 11000 | 100100101 | 110011 | 110010 |
Color Harmonies of #B240C1
Complementary color
Monochromatic Colors of #B240C1
Black with #B240C1
Text Example
Text Example
White with #B240C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240C1; }
p { color: rgb(178,64,193); }
H1.HeaderClassName
{
color: #B240C1;
}
.AnyTagClassName
{
color: #B240C1;
}
</style>
background-color css
<style>
a { background-color: #B240C1; }
a { background-color: rgb(178,64,193); }
div.DivClassName
{
background-color: #B240C1;
}
.BgClassName
{
background-color: #B240C1;
}
</style>
border-color css
<style>
span { border-color: #B240C1; }
span { border-color: rgb(178,64,193); }
td.TdClassName
{
border-color: #B240C1;
}
.TagClassName
{
border-color: #B240C1;
}
</style>