Shades of Fuchsia #B344BA
Tints of Fuchsia #B344BA
RGB
CMYK
RGB Variations
Color information
#B344BA (or 0xB344BA) is known color: Fuchsia. HEX triplet: B3, 44 and BA. RGB value is (179,68,186). Sum of RGB (Red+Green+Blue) = 179+68+186=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B344BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344BA is #4CBB45. Grayscale: #727272. Windows color (decimal): -5028678 or 12207283. OLE color: 12207283.
HSL color Cylindrical-coordinate representation of color #B344BA: hue angle of 296.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B344BA is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 68 | 186 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.27 |
| HSL | 296.44º | 0.46% | 0.5% | - |
| HSV(B) | 296.44º | 0.63% | 0.73% | - |
| XYZ | 29.52 | 17.26 | 48.23 | - |
| YUV | 114.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 186 | 0.04 | 0.63 | 0 | 0.27 | 296.44 | 0.46 | 0.5 |
| Hex | B3 | 44 | BA | 4 | 3F | 0 | 1B | 128 | 2E | 32 |
| Octal | 263 | 104 | 272 | 4 | 77 | 0 | 33 | 450 | 56 | 62 |
| Binary | 10110011 | 1000100 | 10111010 | 100 | 111111 | 0 | 11011 | 100101000 | 101110 | 110010 |
Color Harmonies of #B344BA
Complementary color
Monochromatic Colors of #B344BA
Black with #B344BA
Text Example
Text Example
White with #B344BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344BA; }
p { color: rgb(179,68,186); }
H1.HeaderClassName
{
color: #B344BA;
}
.AnyTagClassName
{
color: #B344BA;
}
</style>
background-color css
<style>
a { background-color: #B344BA; }
a { background-color: rgb(179,68,186); }
div.DivClassName
{
background-color: #B344BA;
}
.BgClassName
{
background-color: #B344BA;
}
</style>
border-color css
<style>
span { border-color: #B344BA; }
span { border-color: rgb(179,68,186); }
td.TdClassName
{
border-color: #B344BA;
}
.TagClassName
{
border-color: #B344BA;
}
</style>