Shades of Fuchsia #B343AD
Tints of Fuchsia #B343AD
RGB
CMYK
RGB Variations
Color information
#B343AD (or 0xB343AD) is known color: Fuchsia. HEX triplet: B3, 43 and AD. RGB value is (179,67,173). Sum of RGB (Red+Green+Blue) = 179+67+173=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B343AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343AD is #4CBC52. Grayscale: #707070. Windows color (decimal): -5028947 or 11355059. OLE color: 11355059.
HSL color Cylindrical-coordinate representation of color #B343AD: hue angle of 303.21º 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 #B343AD is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 173 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.30 |
| HSL | 303.21º | 0.46% | 0.48% | - |
| HSV(B) | 303.21º | 0.63% | 0.7% | - |
| XYZ | 28.14 | 16.62 | 41.26 | - |
| YUV | 112.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 173 | 0 | 0.63 | 0.03 | 0.30 | 303.21 | 0.46 | 0.48 |
| Hex | B3 | 43 | AD | 0 | 3F | 3 | 1E | 12F | 2E | 30 |
| Octal | 263 | 103 | 255 | 0 | 77 | 3 | 36 | 457 | 56 | 60 |
| Binary | 10110011 | 1000011 | 10101101 | 0 | 111111 | 11 | 11110 | 100101111 | 101110 | 110000 |
Color Harmonies of #B343AD
Complementary color
Monochromatic Colors of #B343AD
Black with #B343AD
Text Example
Text Example
White with #B343AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B343AD; }
p { color: rgb(179,67,173); }
H1.HeaderClassName
{
color: #B343AD;
}
.AnyTagClassName
{
color: #B343AD;
}
</style>
background-color css
<style>
a { background-color: #B343AD; }
a { background-color: rgb(179,67,173); }
div.DivClassName
{
background-color: #B343AD;
}
.BgClassName
{
background-color: #B343AD;
}
</style>
border-color css
<style>
span { border-color: #B343AD; }
span { border-color: rgb(179,67,173); }
td.TdClassName
{
border-color: #B343AD;
}
.TagClassName
{
border-color: #B343AD;
}
</style>