Shades of Fuchsia #B74EAD
Tints of Fuchsia #B74EAD
RGB
CMYK
RGB Variations
Color information
#B74EAD (or 0xB74EAD) is known color: Fuchsia. HEX triplet: B7, 4E and AD. RGB value is (183,78,173). Sum of RGB (Red+Green+Blue) = 183+78+173=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B74EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74EAD is #48B152. Grayscale: #777777. Windows color (decimal): -4763987 or 11357879. OLE color: 11357879.
HSL color Cylindrical-coordinate representation of color #B74EAD: hue angle of 305.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74EAD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 173 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.28 |
| HSL | 305.71º | 0.42% | 0.51% | - |
| HSV(B) | 305.71º | 0.57% | 0.72% | - |
| XYZ | 29.8 | 18.53 | 41.54 | - |
| YUV | 120.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 173 | 0 | 0.57 | 0.05 | 0.28 | 305.71 | 0.42 | 0.51 |
| Hex | B7 | 4E | AD | 0 | 39 | 5 | 1C | 132 | 2A | 33 |
| Octal | 267 | 116 | 255 | 0 | 71 | 5 | 34 | 462 | 52 | 63 |
| Binary | 10110111 | 1001110 | 10101101 | 0 | 111001 | 101 | 11100 | 100110010 | 101010 | 110011 |
Color Harmonies of #B74EAD
Complementary color
Monochromatic Colors of #B74EAD
Black with #B74EAD
Text Example
Text Example
White with #B74EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EAD; }
p { color: rgb(183,78,173); }
H1.HeaderClassName
{
color: #B74EAD;
}
.AnyTagClassName
{
color: #B74EAD;
}
</style>
background-color css
<style>
a { background-color: #B74EAD; }
a { background-color: rgb(183,78,173); }
div.DivClassName
{
background-color: #B74EAD;
}
.BgClassName
{
background-color: #B74EAD;
}
</style>
border-color css
<style>
span { border-color: #B74EAD; }
span { border-color: rgb(183,78,173); }
td.TdClassName
{
border-color: #B74EAD;
}
.TagClassName
{
border-color: #B74EAD;
}
</style>