Shades of Fuchsia #B040C1
Tints of Fuchsia #B040C1
RGB
CMYK
RGB Variations
Color information
#B040C1 (or 0xB040C1) is known color: Fuchsia. HEX triplet: B0, 40 and C1. RGB value is (176,64,193). Sum of RGB (Red+Green+Blue) = 176+64+193=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #B040C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040C1 is #4FBF3E. Grayscale: #6F6F6F. Windows color (decimal): -5226303 or 12665008. OLE color: 12665008.
HSL color Cylindrical-coordinate representation of color #B040C1: hue angle of 292.09º 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 #B040C1 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 64 | 193 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.24 |
| HSL | 292.09º | 0.51% | 0.5% | - |
| HSV(B) | 292.09º | 0.67% | 0.76% | - |
| XYZ | 29.36 | 16.75 | 52.14 | - |
| YUV | 112.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 193 | 0.09 | 0.67 | 0 | 0.24 | 292.09 | 0.51 | 0.5 |
| Hex | B0 | 40 | C1 | 9 | 43 | 0 | 18 | 124 | 33 | 32 |
| Octal | 260 | 100 | 301 | 11 | 103 | 0 | 30 | 444 | 63 | 62 |
| Binary | 10110000 | 1000000 | 11000001 | 1001 | 1000011 | 0 | 11000 | 100100100 | 110011 | 110010 |
Color Harmonies of #B040C1
Complementary color
Monochromatic Colors of #B040C1
Black with #B040C1
Text Example
Text Example
White with #B040C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040C1; }
p { color: rgb(176,64,193); }
H1.HeaderClassName
{
color: #B040C1;
}
.AnyTagClassName
{
color: #B040C1;
}
</style>
background-color css
<style>
a { background-color: #B040C1; }
a { background-color: rgb(176,64,193); }
div.DivClassName
{
background-color: #B040C1;
}
.BgClassName
{
background-color: #B040C1;
}
</style>
border-color css
<style>
span { border-color: #B040C1; }
span { border-color: rgb(176,64,193); }
td.TdClassName
{
border-color: #B040C1;
}
.TagClassName
{
border-color: #B040C1;
}
</style>