Shades of Fuchsia #B744AF
Tints of Fuchsia #B744AF
RGB
CMYK
RGB Variations
Color information
#B744AF (or 0xB744AF) is known color: Fuchsia. HEX triplet: B7, 44 and AF. RGB value is (183,68,175). Sum of RGB (Red+Green+Blue) = 183+68+175=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B744AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744AF is #48BB50. Grayscale: #727272. Windows color (decimal): -4766545 or 11486391. OLE color: 11486391.
HSL color Cylindrical-coordinate representation of color #B744AF: hue angle of 304.17º 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 #B744AF is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 175 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.28 |
| HSL | 304.17º | 0.46% | 0.49% | - |
| HSV(B) | 304.17º | 0.63% | 0.72% | - |
| XYZ | 29.33 | 17.3 | 42.35 | - |
| YUV | 114.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 175 | 0 | 0.63 | 0.04 | 0.28 | 304.17 | 0.46 | 0.49 |
| Hex | B7 | 44 | AF | 0 | 3F | 4 | 1C | 130 | 2E | 31 |
| Octal | 267 | 104 | 257 | 0 | 77 | 4 | 34 | 460 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10101111 | 0 | 111111 | 100 | 11100 | 100110000 | 101110 | 110001 |
Color Harmonies of #B744AF
Complementary color
Monochromatic Colors of #B744AF
Black with #B744AF
Text Example
Text Example
White with #B744AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744AF; }
p { color: rgb(183,68,175); }
H1.HeaderClassName
{
color: #B744AF;
}
.AnyTagClassName
{
color: #B744AF;
}
</style>
background-color css
<style>
a { background-color: #B744AF; }
a { background-color: rgb(183,68,175); }
div.DivClassName
{
background-color: #B744AF;
}
.BgClassName
{
background-color: #B744AF;
}
</style>
border-color css
<style>
span { border-color: #B744AF; }
span { border-color: rgb(183,68,175); }
td.TdClassName
{
border-color: #B744AF;
}
.TagClassName
{
border-color: #B744AF;
}
</style>