Shades of Fuchsia #B344BF
Tints of Fuchsia #B344BF
RGB
CMYK
RGB Variations
Color information
#B344BF (or 0xB344BF) is known color: Fuchsia. HEX triplet: B3, 44 and BF. RGB value is (179,68,191). Sum of RGB (Red+Green+Blue) = 179+68+191=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #B344BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344BF is #4CBB40. Grayscale: #727272. Windows color (decimal): -5028673 or 12534963. OLE color: 12534963.
HSL color Cylindrical-coordinate representation of color #B344BF: hue angle of 294.15º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B344BF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 68 | 191 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.25 |
| HSL | 294.15º | 0.49% | 0.51% | - |
| HSV(B) | 294.15º | 0.64% | 0.75% | - |
| XYZ | 30.06 | 17.48 | 51.08 | - |
| YUV | 115.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 191 | 0.06 | 0.64 | 0 | 0.25 | 294.15 | 0.49 | 0.51 |
| Hex | B3 | 44 | BF | 6 | 40 | 0 | 19 | 126 | 31 | 33 |
| Octal | 263 | 104 | 277 | 6 | 100 | 0 | 31 | 446 | 61 | 63 |
| Binary | 10110011 | 1000100 | 10111111 | 110 | 1000000 | 0 | 11001 | 100100110 | 110001 | 110011 |
Color Harmonies of #B344BF
Complementary color
Monochromatic Colors of #B344BF
Black with #B344BF
Text Example
Text Example
White with #B344BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344BF; }
p { color: rgb(179,68,191); }
H1.HeaderClassName
{
color: #B344BF;
}
.AnyTagClassName
{
color: #B344BF;
}
</style>
background-color css
<style>
a { background-color: #B344BF; }
a { background-color: rgb(179,68,191); }
div.DivClassName
{
background-color: #B344BF;
}
.BgClassName
{
background-color: #B344BF;
}
</style>
border-color css
<style>
span { border-color: #B344BF; }
span { border-color: rgb(179,68,191); }
td.TdClassName
{
border-color: #B344BF;
}
.TagClassName
{
border-color: #B344BF;
}
</style>