Shades of Fuchsia #B74EAC
Tints of Fuchsia #B74EAC
RGB
CMYK
RGB Variations
Color information
#B74EAC (or 0xB74EAC) is known color: Fuchsia. HEX triplet: B7, 4E and AC. RGB value is (183,78,172). Sum of RGB (Red+Green+Blue) = 183+78+172=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B74EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74EAC is #48B153. Grayscale: #777777. Windows color (decimal): -4763988 or 11292343. OLE color: 11292343.
HSL color Cylindrical-coordinate representation of color #B74EAC: hue angle of 306.29º 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 #B74EAC is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 172 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.28 |
| HSL | 306.29º | 0.42% | 0.51% | - |
| HSV(B) | 306.29º | 0.57% | 0.72% | - |
| XYZ | 29.7 | 18.49 | 41.03 | - |
| YUV | 120.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 172 | 0 | 0.57 | 0.06 | 0.28 | 306.29 | 0.42 | 0.51 |
| Hex | B7 | 4E | AC | 0 | 39 | 6 | 1C | 132 | 2A | 33 |
| Octal | 267 | 116 | 254 | 0 | 71 | 6 | 34 | 462 | 52 | 63 |
| Binary | 10110111 | 1001110 | 10101100 | 0 | 111001 | 110 | 11100 | 100110010 | 101010 | 110011 |
Color Harmonies of #B74EAC
Complementary color
Monochromatic Colors of #B74EAC
Black with #B74EAC
Text Example
Text Example
White with #B74EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EAC; }
p { color: rgb(183,78,172); }
H1.HeaderClassName
{
color: #B74EAC;
}
.AnyTagClassName
{
color: #B74EAC;
}
</style>
background-color css
<style>
a { background-color: #B74EAC; }
a { background-color: rgb(183,78,172); }
div.DivClassName
{
background-color: #B74EAC;
}
.BgClassName
{
background-color: #B74EAC;
}
</style>
border-color css
<style>
span { border-color: #B74EAC; }
span { border-color: rgb(183,78,172); }
td.TdClassName
{
border-color: #B74EAC;
}
.TagClassName
{
border-color: #B74EAC;
}
</style>