Shades of Fuchsia #B343B0
Tints of Fuchsia #B343B0
RGB
CMYK
RGB Variations
Color information
#B343B0 (or 0xB343B0) is known color: Fuchsia. HEX triplet: B3, 43 and B0. RGB value is (179,67,176). Sum of RGB (Red+Green+Blue) = 179+67+176=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B343B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343B0 is #4CBC4F. Grayscale: #707070. Windows color (decimal): -5028944 or 11551667. OLE color: 11551667.
HSL color Cylindrical-coordinate representation of color #B343B0: hue angle of 301.61º 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 #B343B0 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 176 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.30 |
| HSL | 301.61º | 0.46% | 0.48% | - |
| HSV(B) | 301.61º | 0.63% | 0.7% | - |
| XYZ | 28.43 | 16.73 | 42.81 | - |
| YUV | 112.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 176 | 0 | 0.63 | 0.02 | 0.30 | 301.61 | 0.46 | 0.48 |
| Hex | B3 | 43 | B0 | 0 | 3F | 2 | 1E | 12E | 2E | 30 |
| Octal | 263 | 103 | 260 | 0 | 77 | 2 | 36 | 456 | 56 | 60 |
| Binary | 10110011 | 1000011 | 10110000 | 0 | 111111 | 10 | 11110 | 100101110 | 101110 | 110000 |
Color Harmonies of #B343B0
Complementary color
Monochromatic Colors of #B343B0
Black with #B343B0
Text Example
Text Example
White with #B343B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343B0; }
p { color: rgb(179,67,176); }
H1.HeaderClassName
{
color: #B343B0;
}
.AnyTagClassName
{
color: #B343B0;
}
</style>
background-color css
<style>
a { background-color: #B343B0; }
a { background-color: rgb(179,67,176); }
div.DivClassName
{
background-color: #B343B0;
}
.BgClassName
{
background-color: #B343B0;
}
</style>
border-color css
<style>
span { border-color: #B343B0; }
span { border-color: rgb(179,67,176); }
td.TdClassName
{
border-color: #B343B0;
}
.TagClassName
{
border-color: #B343B0;
}
</style>