Shades of Fuchsia #B343C4
Tints of Fuchsia #B343C4
RGB
CMYK
RGB Variations
Color information
#B343C4 (or 0xB343C4) is known color: Fuchsia. HEX triplet: B3, 43 and C4. RGB value is (179,67,196). Sum of RGB (Red+Green+Blue) = 179+67+196=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #B343C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343C4 is #4CBC3B. Grayscale: #727272. Windows color (decimal): -5028924 or 12862387. OLE color: 12862387.
HSL color Cylindrical-coordinate representation of color #B343C4: hue angle of 292.09º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B343C4 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 67 | 196 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.23 |
| HSL | 292.09º | 0.52% | 0.52% | - |
| HSV(B) | 292.09º | 0.66% | 0.77% | - |
| XYZ | 30.56 | 17.58 | 54.01 | - |
| YUV | 115.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 196 | 0.09 | 0.66 | 0 | 0.23 | 292.09 | 0.52 | 0.52 |
| Hex | B3 | 43 | C4 | 9 | 42 | 0 | 17 | 124 | 34 | 34 |
| Octal | 263 | 103 | 304 | 11 | 102 | 0 | 27 | 444 | 64 | 64 |
| Binary | 10110011 | 1000011 | 11000100 | 1001 | 1000010 | 0 | 10111 | 100100100 | 110100 | 110100 |
Color Harmonies of #B343C4
Complementary color
Monochromatic Colors of #B343C4
Black with #B343C4
Text Example
Text Example
White with #B343C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343C4; }
p { color: rgb(179,67,196); }
H1.HeaderClassName
{
color: #B343C4;
}
.AnyTagClassName
{
color: #B343C4;
}
</style>
background-color css
<style>
a { background-color: #B343C4; }
a { background-color: rgb(179,67,196); }
div.DivClassName
{
background-color: #B343C4;
}
.BgClassName
{
background-color: #B343C4;
}
</style>
border-color css
<style>
span { border-color: #B343C4; }
span { border-color: rgb(179,67,196); }
td.TdClassName
{
border-color: #B343C4;
}
.TagClassName
{
border-color: #B343C4;
}
</style>