Shades of Fuchsia #B544A6
Tints of Fuchsia #B544A6
RGB
CMYK
RGB Variations
Color information
#B544A6 (or 0xB544A6) is known color: Fuchsia. HEX triplet: B5, 44 and A6. RGB value is (181,68,166). Sum of RGB (Red+Green+Blue) = 181+68+166=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B544A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B544A6 is #4ABB59. Grayscale: #707070. Windows color (decimal): -4897626 or 10896565. OLE color: 10896565.
HSL color Cylindrical-coordinate representation of color #B544A6: hue angle of 307.96º 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 #B544A6 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 166 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.29 |
| HSL | 307.96º | 0.45% | 0.49% | - |
| HSV(B) | 307.96º | 0.62% | 0.71% | - |
| XYZ | 28.01 | 16.71 | 37.83 | - |
| YUV | 112.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 166 | 0 | 0.62 | 0.08 | 0.29 | 307.96 | 0.45 | 0.49 |
| Hex | B5 | 44 | A6 | 0 | 3E | 8 | 1D | 134 | 2D | 31 |
| Octal | 265 | 104 | 246 | 0 | 76 | 10 | 35 | 464 | 55 | 61 |
| Binary | 10110101 | 1000100 | 10100110 | 0 | 111110 | 1000 | 11101 | 100110100 | 101101 | 110001 |
Color Harmonies of #B544A6
Complementary color
Monochromatic Colors of #B544A6
Black with #B544A6
Text Example
Text Example
White with #B544A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544A6; }
p { color: rgb(181,68,166); }
H1.HeaderClassName
{
color: #B544A6;
}
.AnyTagClassName
{
color: #B544A6;
}
</style>
background-color css
<style>
a { background-color: #B544A6; }
a { background-color: rgb(181,68,166); }
div.DivClassName
{
background-color: #B544A6;
}
.BgClassName
{
background-color: #B544A6;
}
</style>
border-color css
<style>
span { border-color: #B544A6; }
span { border-color: rgb(181,68,166); }
td.TdClassName
{
border-color: #B544A6;
}
.TagClassName
{
border-color: #B544A6;
}
</style>