Shades of Fuchsia #B343BC
Tints of Fuchsia #B343BC
RGB
CMYK
RGB Variations
Color information
#B343BC (or 0xB343BC) is known color: Fuchsia. HEX triplet: B3, 43 and BC. RGB value is (179,67,188). Sum of RGB (Red+Green+Blue) = 179+67+188=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B343BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343BC is #4CBC43. Grayscale: #717171. Windows color (decimal): -5028932 or 12338099. OLE color: 12338099.
HSL color Cylindrical-coordinate representation of color #B343BC: hue angle of 295.54º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B343BC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 67 | 188 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.26 |
| HSL | 295.54º | 0.47% | 0.5% | - |
| HSV(B) | 295.54º | 0.64% | 0.74% | - |
| XYZ | 29.67 | 17.23 | 49.34 | - |
| YUV | 114.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 188 | 0.05 | 0.64 | 0 | 0.26 | 295.54 | 0.47 | 0.5 |
| Hex | B3 | 43 | BC | 5 | 40 | 0 | 1A | 128 | 2F | 32 |
| Octal | 263 | 103 | 274 | 5 | 100 | 0 | 32 | 450 | 57 | 62 |
| Binary | 10110011 | 1000011 | 10111100 | 101 | 1000000 | 0 | 11010 | 100101000 | 101111 | 110010 |
Color Harmonies of #B343BC
Complementary color
Monochromatic Colors of #B343BC
Black with #B343BC
Text Example
Text Example
White with #B343BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343BC; }
p { color: rgb(179,67,188); }
H1.HeaderClassName
{
color: #B343BC;
}
.AnyTagClassName
{
color: #B343BC;
}
</style>
background-color css
<style>
a { background-color: #B343BC; }
a { background-color: rgb(179,67,188); }
div.DivClassName
{
background-color: #B343BC;
}
.BgClassName
{
background-color: #B343BC;
}
</style>
border-color css
<style>
span { border-color: #B343BC; }
span { border-color: rgb(179,67,188); }
td.TdClassName
{
border-color: #B343BC;
}
.TagClassName
{
border-color: #B343BC;
}
</style>