Shades of Fuchsia #B74CAE
Tints of Fuchsia #B74CAE
RGB
CMYK
RGB Variations
Color information
#B74CAE (or 0xB74CAE) is known color: Fuchsia. HEX triplet: B7, 4C and AE. RGB value is (183,76,174). Sum of RGB (Red+Green+Blue) = 183+76+174=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CAE is #48B351. Grayscale: #767676. Windows color (decimal): -4764498 or 11422903. OLE color: 11422903.
HSL color Cylindrical-coordinate representation of color #B74CAE: hue angle of 305.05º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74CAE is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 174 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.28 |
| HSL | 305.05º | 0.43% | 0.51% | - |
| HSV(B) | 305.05º | 0.58% | 0.72% | - |
| XYZ | 29.75 | 18.29 | 42.01 | - |
| YUV | 119.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 174 | 0 | 0.58 | 0.05 | 0.28 | 305.05 | 0.43 | 0.51 |
| Hex | B7 | 4C | AE | 0 | 3A | 5 | 1C | 131 | 2B | 33 |
| Octal | 267 | 114 | 256 | 0 | 72 | 5 | 34 | 461 | 53 | 63 |
| Binary | 10110111 | 1001100 | 10101110 | 0 | 111010 | 101 | 11100 | 100110001 | 101011 | 110011 |
Color Harmonies of #B74CAE
Complementary color
Monochromatic Colors of #B74CAE
Black with #B74CAE
Text Example
Text Example
White with #B74CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CAE; }
p { color: rgb(183,76,174); }
H1.HeaderClassName
{
color: #B74CAE;
}
.AnyTagClassName
{
color: #B74CAE;
}
</style>
background-color css
<style>
a { background-color: #B74CAE; }
a { background-color: rgb(183,76,174); }
div.DivClassName
{
background-color: #B74CAE;
}
.BgClassName
{
background-color: #B74CAE;
}
</style>
border-color css
<style>
span { border-color: #B74CAE; }
span { border-color: rgb(183,76,174); }
td.TdClassName
{
border-color: #B74CAE;
}
.TagClassName
{
border-color: #B74CAE;
}
</style>