Shades of Fuchsia #B043BC
Tints of Fuchsia #B043BC
RGB
CMYK
RGB Variations
Color information
#B043BC (or 0xB043BC) is known color: Fuchsia. HEX triplet: B0, 43 and BC. RGB value is (176,67,188). Sum of RGB (Red+Green+Blue) = 176+67+188=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #B043BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043BC is #4FBC43. Grayscale: #717171. Windows color (decimal): -5225540 or 12338096. OLE color: 12338096.
HSL color Cylindrical-coordinate representation of color #B043BC: hue angle of 294.05º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B043BC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 67 | 188 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.26 |
| HSL | 294.05º | 0.47% | 0.5% | - |
| HSV(B) | 294.05º | 0.64% | 0.74% | - |
| XYZ | 28.99 | 16.88 | 49.31 | - |
| YUV | 113.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 188 | 0.06 | 0.64 | 0 | 0.26 | 294.05 | 0.47 | 0.5 |
| Hex | B0 | 43 | BC | 6 | 40 | 0 | 1A | 126 | 2F | 32 |
| Octal | 260 | 103 | 274 | 6 | 100 | 0 | 32 | 446 | 57 | 62 |
| Binary | 10110000 | 1000011 | 10111100 | 110 | 1000000 | 0 | 11010 | 100100110 | 101111 | 110010 |
Color Harmonies of #B043BC
Complementary color
Monochromatic Colors of #B043BC
Black with #B043BC
Text Example
Text Example
White with #B043BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043BC; }
p { color: rgb(176,67,188); }
H1.HeaderClassName
{
color: #B043BC;
}
.AnyTagClassName
{
color: #B043BC;
}
</style>
background-color css
<style>
a { background-color: #B043BC; }
a { background-color: rgb(176,67,188); }
div.DivClassName
{
background-color: #B043BC;
}
.BgClassName
{
background-color: #B043BC;
}
</style>
border-color css
<style>
span { border-color: #B043BC; }
span { border-color: rgb(176,67,188); }
td.TdClassName
{
border-color: #B043BC;
}
.TagClassName
{
border-color: #B043BC;
}
</style>