Shades of Fuchsia #B341B9
Tints of Fuchsia #B341B9
RGB
CMYK
RGB Variations
Color information
#B341B9 (or 0xB341B9) is known color: Fuchsia. HEX triplet: B3, 41 and B9. RGB value is (179,65,185). Sum of RGB (Red+Green+Blue) = 179+65+185=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #B341B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B341B9 is #4CBE46. Grayscale: #707070. Windows color (decimal): -5029447 or 12140979. OLE color: 12140979.
HSL color Cylindrical-coordinate representation of color #B341B9: hue angle of 297º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B341B9 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 65 | 185 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.27 |
| HSL | 297º | 0.48% | 0.49% | - |
| HSV(B) | 297º | 0.65% | 0.73% | - |
| XYZ | 29.24 | 16.87 | 47.61 | - |
| YUV | 112.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 185 | 0.03 | 0.65 | 0 | 0.27 | 297 | 0.48 | 0.49 |
| Hex | B3 | 41 | B9 | 3 | 41 | 0 | 1B | 129 | 30 | 31 |
| Octal | 263 | 101 | 271 | 3 | 101 | 0 | 33 | 451 | 60 | 61 |
| Binary | 10110011 | 1000001 | 10111001 | 11 | 1000001 | 0 | 11011 | 100101001 | 110000 | 110001 |
Color Harmonies of #B341B9
Complementary color
Monochromatic Colors of #B341B9
Black with #B341B9
Text Example
Text Example
White with #B341B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341B9; }
p { color: rgb(179,65,185); }
H1.HeaderClassName
{
color: #B341B9;
}
.AnyTagClassName
{
color: #B341B9;
}
</style>
background-color css
<style>
a { background-color: #B341B9; }
a { background-color: rgb(179,65,185); }
div.DivClassName
{
background-color: #B341B9;
}
.BgClassName
{
background-color: #B341B9;
}
</style>
border-color css
<style>
span { border-color: #B341B9; }
span { border-color: rgb(179,65,185); }
td.TdClassName
{
border-color: #B341B9;
}
.TagClassName
{
border-color: #B341B9;
}
</style>