Shades of Fuchsia #B747AD
Tints of Fuchsia #B747AD
RGB
CMYK
RGB Variations
Color information
#B747AD (or 0xB747AD) is known color: Fuchsia. HEX triplet: B7, 47 and AD. RGB value is (183,71,173). Sum of RGB (Red+Green+Blue) = 183+71+173=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B747AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747AD is #48B852. Grayscale: #737373. Windows color (decimal): -4765779 or 11356087. OLE color: 11356087.
HSL color Cylindrical-coordinate representation of color #B747AD: hue angle of 305.36º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B747AD is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 173 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.28 |
| HSL | 305.36º | 0.44% | 0.5% | - |
| HSV(B) | 305.36º | 0.61% | 0.72% | - |
| XYZ | 29.32 | 17.59 | 41.38 | - |
| YUV | 116.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 173 | 0 | 0.61 | 0.05 | 0.28 | 305.36 | 0.44 | 0.5 |
| Hex | B7 | 47 | AD | 0 | 3D | 5 | 1C | 131 | 2C | 32 |
| Octal | 267 | 107 | 255 | 0 | 75 | 5 | 34 | 461 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10101101 | 0 | 111101 | 101 | 11100 | 100110001 | 101100 | 110010 |
Color Harmonies of #B747AD
Complementary color
Monochromatic Colors of #B747AD
Black with #B747AD
Text Example
Text Example
White with #B747AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747AD; }
p { color: rgb(183,71,173); }
H1.HeaderClassName
{
color: #B747AD;
}
.AnyTagClassName
{
color: #B747AD;
}
</style>
background-color css
<style>
a { background-color: #B747AD; }
a { background-color: rgb(183,71,173); }
div.DivClassName
{
background-color: #B747AD;
}
.BgClassName
{
background-color: #B747AD;
}
</style>
border-color css
<style>
span { border-color: #B747AD; }
span { border-color: rgb(183,71,173); }
td.TdClassName
{
border-color: #B747AD;
}
.TagClassName
{
border-color: #B747AD;
}
</style>