Shades of Fuchsia #B441A6
Tints of Fuchsia #B441A6
RGB
CMYK
RGB Variations
Color information
#B441A6 (or 0xB441A6) is known color: Fuchsia. HEX triplet: B4, 41 and A6. RGB value is (180,65,166). Sum of RGB (Red+Green+Blue) = 180+65+166=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B441A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441A6 is #4BBE59. Grayscale: #6E6E6E. Windows color (decimal): -4963930 or 10895796. OLE color: 10895796.
HSL color Cylindrical-coordinate representation of color #B441A6: hue angle of 307.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B441A6 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 166 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.29 |
| HSL | 307.3º | 0.47% | 0.48% | - |
| HSV(B) | 307.3º | 0.64% | 0.71% | - |
| XYZ | 27.6 | 16.24 | 37.76 | - |
| YUV | 110.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 166 | 0 | 0.64 | 0.08 | 0.29 | 307.3 | 0.47 | 0.48 |
| Hex | B4 | 41 | A6 | 0 | 40 | 8 | 1D | 133 | 2F | 30 |
| Octal | 264 | 101 | 246 | 0 | 100 | 10 | 35 | 463 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10100110 | 0 | 1000000 | 1000 | 11101 | 100110011 | 101111 | 110000 |
Color Harmonies of #B441A6
Complementary color
Monochromatic Colors of #B441A6
Black with #B441A6
Text Example
Text Example
White with #B441A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441A6; }
p { color: rgb(180,65,166); }
H1.HeaderClassName
{
color: #B441A6;
}
.AnyTagClassName
{
color: #B441A6;
}
</style>
background-color css
<style>
a { background-color: #B441A6; }
a { background-color: rgb(180,65,166); }
div.DivClassName
{
background-color: #B441A6;
}
.BgClassName
{
background-color: #B441A6;
}
</style>
border-color css
<style>
span { border-color: #B441A6; }
span { border-color: rgb(180,65,166); }
td.TdClassName
{
border-color: #B441A6;
}
.TagClassName
{
border-color: #B441A6;
}
</style>