Shades of Fuchsia #B344BB
Tints of Fuchsia #B344BB
RGB
CMYK
RGB Variations
Color information
#B344BB (or 0xB344BB) is known color: Fuchsia. HEX triplet: B3, 44 and BB. RGB value is (179,68,187). Sum of RGB (Red+Green+Blue) = 179+68+187=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B344BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344BB is #4CBB44. Grayscale: #727272. Windows color (decimal): -5028677 or 12272819. OLE color: 12272819.
HSL color Cylindrical-coordinate representation of color #B344BB: hue angle of 295.97º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B344BB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 68 | 187 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.27 |
| HSL | 295.97º | 0.47% | 0.5% | - |
| HSV(B) | 295.97º | 0.64% | 0.73% | - |
| XYZ | 29.63 | 17.31 | 48.79 | - |
| YUV | 114.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 187 | 0.04 | 0.64 | 0 | 0.27 | 295.97 | 0.47 | 0.5 |
| Hex | B3 | 44 | BB | 4 | 40 | 0 | 1B | 128 | 2F | 32 |
| Octal | 263 | 104 | 273 | 4 | 100 | 0 | 33 | 450 | 57 | 62 |
| Binary | 10110011 | 1000100 | 10111011 | 100 | 1000000 | 0 | 11011 | 100101000 | 101111 | 110010 |
Color Harmonies of #B344BB
Complementary color
Monochromatic Colors of #B344BB
Black with #B344BB
Text Example
Text Example
White with #B344BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344BB; }
p { color: rgb(179,68,187); }
H1.HeaderClassName
{
color: #B344BB;
}
.AnyTagClassName
{
color: #B344BB;
}
</style>
background-color css
<style>
a { background-color: #B344BB; }
a { background-color: rgb(179,68,187); }
div.DivClassName
{
background-color: #B344BB;
}
.BgClassName
{
background-color: #B344BB;
}
</style>
border-color css
<style>
span { border-color: #B344BB; }
span { border-color: rgb(179,68,187); }
td.TdClassName
{
border-color: #B344BB;
}
.TagClassName
{
border-color: #B344BB;
}
</style>