Shades of Fuchsia #B342A6
Tints of Fuchsia #B342A6
RGB
CMYK
RGB Variations
Color information
#B342A6 (or 0xB342A6) is known color: Fuchsia. HEX triplet: B3, 42 and A6. RGB value is (179,66,166). Sum of RGB (Red+Green+Blue) = 179+66+166=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B342A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342A6 is #4CBD59. Grayscale: #6E6E6E. Windows color (decimal): -5029210 or 10896051. OLE color: 10896051.
HSL color Cylindrical-coordinate representation of color #B342A6: hue angle of 306.9º 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 #B342A6 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 166 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.30 |
| HSL | 306.9º | 0.46% | 0.48% | - |
| HSV(B) | 306.9º | 0.63% | 0.7% | - |
| XYZ | 27.42 | 16.23 | 37.76 | - |
| YUV | 111.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 166 | 0 | 0.63 | 0.07 | 0.30 | 306.9 | 0.46 | 0.48 |
| Hex | B3 | 42 | A6 | 0 | 3F | 7 | 1E | 133 | 2E | 30 |
| Octal | 263 | 102 | 246 | 0 | 77 | 7 | 36 | 463 | 56 | 60 |
| Binary | 10110011 | 1000010 | 10100110 | 0 | 111111 | 111 | 11110 | 100110011 | 101110 | 110000 |
Color Harmonies of #B342A6
Complementary color
Monochromatic Colors of #B342A6
Black with #B342A6
Text Example
Text Example
White with #B342A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B342A6; }
p { color: rgb(179,66,166); }
H1.HeaderClassName
{
color: #B342A6;
}
.AnyTagClassName
{
color: #B342A6;
}
</style>
background-color css
<style>
a { background-color: #B342A6; }
a { background-color: rgb(179,66,166); }
div.DivClassName
{
background-color: #B342A6;
}
.BgClassName
{
background-color: #B342A6;
}
</style>
border-color css
<style>
span { border-color: #B342A6; }
span { border-color: rgb(179,66,166); }
td.TdClassName
{
border-color: #B342A6;
}
.TagClassName
{
border-color: #B342A6;
}
</style>