Shades of Fuchsia #B343A8
Tints of Fuchsia #B343A8
RGB
CMYK
RGB Variations
Color information
#B343A8 (or 0xB343A8) is known color: Fuchsia. HEX triplet: B3, 43 and A8. RGB value is (179,67,168). Sum of RGB (Red+Green+Blue) = 179+67+168=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B343A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343A8 is #4CBC57. Grayscale: #6F6F6F. Windows color (decimal): -5028952 or 11027379. OLE color: 11027379.
HSL color Cylindrical-coordinate representation of color #B343A8: hue angle of 305.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B343A8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 168 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.30 |
| HSL | 305.89º | 0.46% | 0.48% | - |
| HSV(B) | 305.89º | 0.63% | 0.7% | - |
| XYZ | 27.67 | 16.43 | 38.76 | - |
| YUV | 112 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 168 | 0 | 0.63 | 0.06 | 0.30 | 305.89 | 0.46 | 0.48 |
| Hex | B3 | 43 | A8 | 0 | 3F | 6 | 1E | 132 | 2E | 30 |
| Octal | 263 | 103 | 250 | 0 | 77 | 6 | 36 | 462 | 56 | 60 |
| Binary | 10110011 | 1000011 | 10101000 | 0 | 111111 | 110 | 11110 | 100110010 | 101110 | 110000 |
Color Harmonies of #B343A8
Complementary color
Monochromatic Colors of #B343A8
Black with #B343A8
Text Example
Text Example
White with #B343A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343A8; }
p { color: rgb(179,67,168); }
H1.HeaderClassName
{
color: #B343A8;
}
.AnyTagClassName
{
color: #B343A8;
}
</style>
background-color css
<style>
a { background-color: #B343A8; }
a { background-color: rgb(179,67,168); }
div.DivClassName
{
background-color: #B343A8;
}
.BgClassName
{
background-color: #B343A8;
}
</style>
border-color css
<style>
span { border-color: #B343A8; }
span { border-color: rgb(179,67,168); }
td.TdClassName
{
border-color: #B343A8;
}
.TagClassName
{
border-color: #B343A8;
}
</style>