Shades of Fuchsia #B744A6
Tints of Fuchsia #B744A6
RGB
CMYK
RGB Variations
Color information
#B744A6 (or 0xB744A6) is known color: Fuchsia. HEX triplet: B7, 44 and A6. RGB value is (183,68,166). Sum of RGB (Red+Green+Blue) = 183+68+166=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B744A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744A6 is #48BB59. Grayscale: #717171. Windows color (decimal): -4766554 or 10896567. OLE color: 10896567.
HSL color Cylindrical-coordinate representation of color #B744A6: hue angle of 308.87º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B744A6 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 166 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.28 |
| HSL | 308.87º | 0.46% | 0.49% | - |
| HSV(B) | 308.87º | 0.63% | 0.72% | - |
| XYZ | 28.48 | 16.95 | 37.85 | - |
| YUV | 113.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 166 | 0 | 0.63 | 0.09 | 0.28 | 308.87 | 0.46 | 0.49 |
| Hex | B7 | 44 | A6 | 0 | 3F | 9 | 1C | 135 | 2E | 31 |
| Octal | 267 | 104 | 246 | 0 | 77 | 11 | 34 | 465 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10100110 | 0 | 111111 | 1001 | 11100 | 100110101 | 101110 | 110001 |
Color Harmonies of #B744A6
Complementary color
Monochromatic Colors of #B744A6
Black with #B744A6
Text Example
Text Example
White with #B744A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744A6; }
p { color: rgb(183,68,166); }
H1.HeaderClassName
{
color: #B744A6;
}
.AnyTagClassName
{
color: #B744A6;
}
</style>
background-color css
<style>
a { background-color: #B744A6; }
a { background-color: rgb(183,68,166); }
div.DivClassName
{
background-color: #B744A6;
}
.BgClassName
{
background-color: #B744A6;
}
</style>
border-color css
<style>
span { border-color: #B744A6; }
span { border-color: rgb(183,68,166); }
td.TdClassName
{
border-color: #B744A6;
}
.TagClassName
{
border-color: #B744A6;
}
</style>