Shades of Fuchsia #B044BC
Tints of Fuchsia #B044BC
RGB
CMYK
RGB Variations
Color information
#B044BC (or 0xB044BC) is known color: Fuchsia. HEX triplet: B0, 44 and BC. RGB value is (176,68,188). Sum of RGB (Red+Green+Blue) = 176+68+188=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #B044BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044BC is #4FBB43. Grayscale: #717171. Windows color (decimal): -5225284 or 12338352. OLE color: 12338352.
HSL color Cylindrical-coordinate representation of color #B044BC: hue angle of 294º 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 #B044BC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 68 | 188 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.26 |
| HSL | 294º | 0.47% | 0.5% | - |
| HSV(B) | 294º | 0.64% | 0.74% | - |
| XYZ | 29.05 | 17 | 49.33 | - |
| YUV | 113.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 188 | 0.06 | 0.64 | 0 | 0.26 | 294 | 0.47 | 0.5 |
| Hex | B0 | 44 | BC | 6 | 40 | 0 | 1A | 126 | 2F | 32 |
| Octal | 260 | 104 | 274 | 6 | 100 | 0 | 32 | 446 | 57 | 62 |
| Binary | 10110000 | 1000100 | 10111100 | 110 | 1000000 | 0 | 11010 | 100100110 | 101111 | 110010 |
Color Harmonies of #B044BC
Complementary color
Monochromatic Colors of #B044BC
Black with #B044BC
Text Example
Text Example
White with #B044BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044BC; }
p { color: rgb(176,68,188); }
H1.HeaderClassName
{
color: #B044BC;
}
.AnyTagClassName
{
color: #B044BC;
}
</style>
background-color css
<style>
a { background-color: #B044BC; }
a { background-color: rgb(176,68,188); }
div.DivClassName
{
background-color: #B044BC;
}
.BgClassName
{
background-color: #B044BC;
}
</style>
border-color css
<style>
span { border-color: #B044BC; }
span { border-color: rgb(176,68,188); }
td.TdClassName
{
border-color: #B044BC;
}
.TagClassName
{
border-color: #B044BC;
}
</style>