Shades of Fuchsia #B744B5
Tints of Fuchsia #B744B5
RGB
CMYK
RGB Variations
Color information
#B744B5 (or 0xB744B5) is known color: Fuchsia. HEX triplet: B7, 44 and B5. RGB value is (183,68,181). Sum of RGB (Red+Green+Blue) = 183+68+181=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B744B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744B5 is #48BB4A. Grayscale: #727272. Windows color (decimal): -4766539 or 11879607. OLE color: 11879607.
HSL color Cylindrical-coordinate representation of color #B744B5: hue angle of 301.04º 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 #B744B5 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 181 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.28 |
| HSL | 301.04º | 0.46% | 0.49% | - |
| HSV(B) | 301.04º | 0.63% | 0.72% | - |
| XYZ | 29.94 | 17.54 | 45.52 | - |
| YUV | 115.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 181 | 0 | 0.63 | 0.01 | 0.28 | 301.04 | 0.46 | 0.49 |
| Hex | B7 | 44 | B5 | 0 | 3F | 1 | 1C | 12D | 2E | 31 |
| Octal | 267 | 104 | 265 | 0 | 77 | 1 | 34 | 455 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10110101 | 0 | 111111 | 1 | 11100 | 100101101 | 101110 | 110001 |
Color Harmonies of #B744B5
Complementary color
Monochromatic Colors of #B744B5
Black with #B744B5
Text Example
Text Example
White with #B744B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B744B5; }
p { color: rgb(183,68,181); }
H1.HeaderClassName
{
color: #B744B5;
}
.AnyTagClassName
{
color: #B744B5;
}
</style>
background-color css
<style>
a { background-color: #B744B5; }
a { background-color: rgb(183,68,181); }
div.DivClassName
{
background-color: #B744B5;
}
.BgClassName
{
background-color: #B744B5;
}
</style>
border-color css
<style>
span { border-color: #B744B5; }
span { border-color: rgb(183,68,181); }
td.TdClassName
{
border-color: #B744B5;
}
.TagClassName
{
border-color: #B744B5;
}
</style>