Shades of Fuchsia #B344B7
Tints of Fuchsia #B344B7
RGB
CMYK
RGB Variations
Color information
#B344B7 (or 0xB344B7) is known color: Fuchsia. HEX triplet: B3, 44 and B7. RGB value is (179,68,183). Sum of RGB (Red+Green+Blue) = 179+68+183=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #B344B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344B7 is #4CBB48. Grayscale: #717171. Windows color (decimal): -5028681 or 12010675. OLE color: 12010675.
HSL color Cylindrical-coordinate representation of color #B344B7: hue angle of 297.91º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B344B7 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 68 | 183 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.28 |
| HSL | 297.91º | 0.46% | 0.49% | - |
| HSV(B) | 297.91º | 0.63% | 0.72% | - |
| XYZ | 29.2 | 17.14 | 46.57 | - |
| YUV | 114.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 183 | 0.02 | 0.63 | 0 | 0.28 | 297.91 | 0.46 | 0.49 |
| Hex | B3 | 44 | B7 | 2 | 3F | 0 | 1C | 12A | 2E | 31 |
| Octal | 263 | 104 | 267 | 2 | 77 | 0 | 34 | 452 | 56 | 61 |
| Binary | 10110011 | 1000100 | 10110111 | 10 | 111111 | 0 | 11100 | 100101010 | 101110 | 110001 |
Color Harmonies of #B344B7
Complementary color
Monochromatic Colors of #B344B7
Black with #B344B7
Text Example
Text Example
White with #B344B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B344B7; }
p { color: rgb(179,68,183); }
H1.HeaderClassName
{
color: #B344B7;
}
.AnyTagClassName
{
color: #B344B7;
}
</style>
background-color css
<style>
a { background-color: #B344B7; }
a { background-color: rgb(179,68,183); }
div.DivClassName
{
background-color: #B344B7;
}
.BgClassName
{
background-color: #B344B7;
}
</style>
border-color css
<style>
span { border-color: #B344B7; }
span { border-color: rgb(179,68,183); }
td.TdClassName
{
border-color: #B344B7;
}
.TagClassName
{
border-color: #B344B7;
}
</style>