Shades of Fuchsia #B444BC
Tints of Fuchsia #B444BC
RGB
CMYK
RGB Variations
Color information
#B444BC (or 0xB444BC) is known color: Fuchsia. HEX triplet: B4, 44 and BC. RGB value is (180,68,188). Sum of RGB (Red+Green+Blue) = 180+68+188=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #B444BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444BC is #4BBB43. Grayscale: #727272. Windows color (decimal): -4963140 or 12338356. OLE color: 12338356.
HSL color Cylindrical-coordinate representation of color #B444BC: hue angle of 296º 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 #B444BC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 68 | 188 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.26 |
| HSL | 296º | 0.47% | 0.5% | - |
| HSV(B) | 296º | 0.64% | 0.74% | - |
| XYZ | 29.97 | 17.47 | 49.37 | - |
| YUV | 115.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 188 | 0.04 | 0.64 | 0 | 0.26 | 296 | 0.47 | 0.5 |
| Hex | B4 | 44 | BC | 4 | 40 | 0 | 1A | 128 | 2F | 32 |
| Octal | 264 | 104 | 274 | 4 | 100 | 0 | 32 | 450 | 57 | 62 |
| Binary | 10110100 | 1000100 | 10111100 | 100 | 1000000 | 0 | 11010 | 100101000 | 101111 | 110010 |
Color Harmonies of #B444BC
Complementary color
Monochromatic Colors of #B444BC
Black with #B444BC
Text Example
Text Example
White with #B444BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444BC; }
p { color: rgb(180,68,188); }
H1.HeaderClassName
{
color: #B444BC;
}
.AnyTagClassName
{
color: #B444BC;
}
</style>
background-color css
<style>
a { background-color: #B444BC; }
a { background-color: rgb(180,68,188); }
div.DivClassName
{
background-color: #B444BC;
}
.BgClassName
{
background-color: #B444BC;
}
</style>
border-color css
<style>
span { border-color: #B444BC; }
span { border-color: rgb(180,68,188); }
td.TdClassName
{
border-color: #B444BC;
}
.TagClassName
{
border-color: #B444BC;
}
</style>