Shades of Fuchsia #B041BC
Tints of Fuchsia #B041BC
RGB
CMYK
RGB Variations
Color information
#B041BC (or 0xB041BC) is known color: Fuchsia. HEX triplet: B0, 41 and BC. RGB value is (176,65,188). Sum of RGB (Red+Green+Blue) = 176+65+188=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #B041BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041BC is #4FBE43. Grayscale: #6F6F6F. Windows color (decimal): -5226052 or 12337584. OLE color: 12337584.
HSL color Cylindrical-coordinate representation of color #B041BC: hue angle of 294.15º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B041BC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 65 | 188 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.26 |
| HSL | 294.15º | 0.49% | 0.5% | - |
| HSV(B) | 294.15º | 0.65% | 0.74% | - |
| XYZ | 28.87 | 16.64 | 49.27 | - |
| YUV | 112.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 188 | 0.06 | 0.65 | 0 | 0.26 | 294.15 | 0.49 | 0.5 |
| Hex | B0 | 41 | BC | 6 | 41 | 0 | 1A | 126 | 31 | 32 |
| Octal | 260 | 101 | 274 | 6 | 101 | 0 | 32 | 446 | 61 | 62 |
| Binary | 10110000 | 1000001 | 10111100 | 110 | 1000001 | 0 | 11010 | 100100110 | 110001 | 110010 |
Color Harmonies of #B041BC
Complementary color
Monochromatic Colors of #B041BC
Black with #B041BC
Text Example
Text Example
White with #B041BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041BC; }
p { color: rgb(176,65,188); }
H1.HeaderClassName
{
color: #B041BC;
}
.AnyTagClassName
{
color: #B041BC;
}
</style>
background-color css
<style>
a { background-color: #B041BC; }
a { background-color: rgb(176,65,188); }
div.DivClassName
{
background-color: #B041BC;
}
.BgClassName
{
background-color: #B041BC;
}
</style>
border-color css
<style>
span { border-color: #B041BC; }
span { border-color: rgb(176,65,188); }
td.TdClassName
{
border-color: #B041BC;
}
.TagClassName
{
border-color: #B041BC;
}
</style>