Shades of Fuchsia #B444A6
Tints of Fuchsia #B444A6
RGB
CMYK
RGB Variations
Color information
#B444A6 (or 0xB444A6) is known color: Fuchsia. HEX triplet: B4, 44 and A6. RGB value is (180,68,166). Sum of RGB (Red+Green+Blue) = 180+68+166=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B444A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B444A6 is #4BBB59. Grayscale: #707070. Windows color (decimal): -4963162 or 10896564. OLE color: 10896564.
HSL color Cylindrical-coordinate representation of color #B444A6: hue angle of 307.5º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B444A6 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 166 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.29 |
| HSL | 307.5º | 0.45% | 0.49% | - |
| HSV(B) | 307.5º | 0.62% | 0.71% | - |
| XYZ | 27.77 | 16.59 | 37.81 | - |
| YUV | 112.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 166 | 0 | 0.62 | 0.08 | 0.29 | 307.5 | 0.45 | 0.49 |
| Hex | B4 | 44 | A6 | 0 | 3E | 8 | 1D | 134 | 2D | 31 |
| Octal | 264 | 104 | 246 | 0 | 76 | 10 | 35 | 464 | 55 | 61 |
| Binary | 10110100 | 1000100 | 10100110 | 0 | 111110 | 1000 | 11101 | 100110100 | 101101 | 110001 |
Color Harmonies of #B444A6
Complementary color
Monochromatic Colors of #B444A6
Black with #B444A6
Text Example
Text Example
White with #B444A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444A6; }
p { color: rgb(180,68,166); }
H1.HeaderClassName
{
color: #B444A6;
}
.AnyTagClassName
{
color: #B444A6;
}
</style>
background-color css
<style>
a { background-color: #B444A6; }
a { background-color: rgb(180,68,166); }
div.DivClassName
{
background-color: #B444A6;
}
.BgClassName
{
background-color: #B444A6;
}
</style>
border-color css
<style>
span { border-color: #B444A6; }
span { border-color: rgb(180,68,166); }
td.TdClassName
{
border-color: #B444A6;
}
.TagClassName
{
border-color: #B444A6;
}
</style>