Shades of Fuchsia #B74AB3
Tints of Fuchsia #B74AB3
RGB
CMYK
RGB Variations
Color information
#B74AB3 (or 0xB74AB3) is known color: Fuchsia. HEX triplet: B7, 4A and B3. RGB value is (183,74,179). Sum of RGB (Red+Green+Blue) = 183+74+179=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AB3 is #48B54C. Grayscale: #767676. Windows color (decimal): -4765005 or 11750071. OLE color: 11750071.
HSL color Cylindrical-coordinate representation of color #B74AB3: hue angle of 302.2º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AB3 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 179 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.28 |
| HSL | 302.2º | 0.43% | 0.5% | - |
| HSV(B) | 302.2º | 0.6% | 0.72% | - |
| XYZ | 30.11 | 18.22 | 44.58 | - |
| YUV | 118.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 179 | 0 | 0.60 | 0.02 | 0.28 | 302.2 | 0.43 | 0.5 |
| Hex | B7 | 4A | B3 | 0 | 3C | 2 | 1C | 12E | 2B | 32 |
| Octal | 267 | 112 | 263 | 0 | 74 | 2 | 34 | 456 | 53 | 62 |
| Binary | 10110111 | 1001010 | 10110011 | 0 | 111100 | 10 | 11100 | 100101110 | 101011 | 110010 |
Color Harmonies of #B74AB3
Complementary color
Monochromatic Colors of #B74AB3
Black with #B74AB3
Text Example
Text Example
White with #B74AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74AB3; }
p { color: rgb(183,74,179); }
H1.HeaderClassName
{
color: #B74AB3;
}
.AnyTagClassName
{
color: #B74AB3;
}
</style>
background-color css
<style>
a { background-color: #B74AB3; }
a { background-color: rgb(183,74,179); }
div.DivClassName
{
background-color: #B74AB3;
}
.BgClassName
{
background-color: #B74AB3;
}
</style>
border-color css
<style>
span { border-color: #B74AB3; }
span { border-color: rgb(183,74,179); }
td.TdClassName
{
border-color: #B74AB3;
}
.TagClassName
{
border-color: #B74AB3;
}
</style>