Shades of Fuchsia #B74FB4
Tints of Fuchsia #B74FB4
RGB
CMYK
RGB Variations
Color information
#B74FB4 (or 0xB74FB4) is known color: Fuchsia. HEX triplet: B7, 4F and B4. RGB value is (183,79,180). Sum of RGB (Red+Green+Blue) = 183+79+180=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B74FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FB4 is #48B04B. Grayscale: #797979. Windows color (decimal): -4763724 or 11816887. OLE color: 11816887.
HSL color Cylindrical-coordinate representation of color #B74FB4: hue angle of 301.73º 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 #B74FB4 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 180 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.28 |
| HSL | 301.73º | 0.42% | 0.51% | - |
| HSV(B) | 301.73º | 0.57% | 0.72% | - |
| XYZ | 30.56 | 18.95 | 45.23 | - |
| YUV | 121.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 180 | 0 | 0.57 | 0.02 | 0.28 | 301.73 | 0.42 | 0.51 |
| Hex | B7 | 4F | B4 | 0 | 39 | 2 | 1C | 12E | 2A | 33 |
| Octal | 267 | 117 | 264 | 0 | 71 | 2 | 34 | 456 | 52 | 63 |
| Binary | 10110111 | 1001111 | 10110100 | 0 | 111001 | 10 | 11100 | 100101110 | 101010 | 110011 |
Color Harmonies of #B74FB4
Complementary color
Monochromatic Colors of #B74FB4
Black with #B74FB4
Text Example
Text Example
White with #B74FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74FB4; }
p { color: rgb(183,79,180); }
H1.HeaderClassName
{
color: #B74FB4;
}
.AnyTagClassName
{
color: #B74FB4;
}
</style>
background-color css
<style>
a { background-color: #B74FB4; }
a { background-color: rgb(183,79,180); }
div.DivClassName
{
background-color: #B74FB4;
}
.BgClassName
{
background-color: #B74FB4;
}
</style>
border-color css
<style>
span { border-color: #B74FB4; }
span { border-color: rgb(183,79,180); }
td.TdClassName
{
border-color: #B74FB4;
}
.TagClassName
{
border-color: #B74FB4;
}
</style>