Shades of Fuchsia #B74FC0
Tints of Fuchsia #B74FC0
RGB
CMYK
RGB Variations
Color information
#B74FC0 (or 0xB74FC0) is known color: Fuchsia. HEX triplet: B7, 4F and C0. RGB value is (183,79,192). Sum of RGB (Red+Green+Blue) = 183+79+192=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B74FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FC0 is #48B03F. Grayscale: #7A7A7A. Windows color (decimal): -4763712 or 12603319. OLE color: 12603319.
HSL color Cylindrical-coordinate representation of color #B74FC0: hue angle of 295.22º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74FC0 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 79 | 192 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.25 |
| HSL | 295.22º | 0.47% | 0.53% | - |
| HSV(B) | 295.22º | 0.59% | 0.75% | - |
| XYZ | 31.84 | 19.47 | 51.95 | - |
| YUV | 122.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 192 | 0.05 | 0.59 | 0 | 0.25 | 295.22 | 0.47 | 0.53 |
| Hex | B7 | 4F | C0 | 5 | 3B | 0 | 19 | 127 | 2F | 35 |
| Octal | 267 | 117 | 300 | 5 | 73 | 0 | 31 | 447 | 57 | 65 |
| Binary | 10110111 | 1001111 | 11000000 | 101 | 111011 | 0 | 11001 | 100100111 | 101111 | 110101 |
Color Harmonies of #B74FC0
Complementary color
Monochromatic Colors of #B74FC0
Black with #B74FC0
Text Example
Text Example
White with #B74FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74FC0; }
p { color: rgb(183,79,192); }
H1.HeaderClassName
{
color: #B74FC0;
}
.AnyTagClassName
{
color: #B74FC0;
}
</style>
background-color css
<style>
a { background-color: #B74FC0; }
a { background-color: rgb(183,79,192); }
div.DivClassName
{
background-color: #B74FC0;
}
.BgClassName
{
background-color: #B74FC0;
}
</style>
border-color css
<style>
span { border-color: #B74FC0; }
span { border-color: rgb(183,79,192); }
td.TdClassName
{
border-color: #B74FC0;
}
.TagClassName
{
border-color: #B74FC0;
}
</style>