Shades of Fuchsia #B74DB5
Tints of Fuchsia #B74DB5
RGB
CMYK
RGB Variations
Color information
#B74DB5 (or 0xB74DB5) is known color: Fuchsia. HEX triplet: B7, 4D and B5. RGB value is (183,77,181). Sum of RGB (Red+Green+Blue) = 183+77+181=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B74DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DB5 is #48B24A. Grayscale: #787878. Windows color (decimal): -4764235 or 11881911. OLE color: 11881911.
HSL color Cylindrical-coordinate representation of color #B74DB5: hue angle of 301.13º degrees, saturation: 0.42, 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 #B74DB5 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 181 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.28 |
| HSL | 301.13º | 0.42% | 0.51% | - |
| HSV(B) | 301.13º | 0.58% | 0.72% | - |
| XYZ | 30.52 | 18.71 | 45.72 | - |
| YUV | 120.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 181 | 0 | 0.58 | 0.01 | 0.28 | 301.13 | 0.42 | 0.51 |
| Hex | B7 | 4D | B5 | 0 | 3A | 1 | 1C | 12D | 2A | 33 |
| Octal | 267 | 115 | 265 | 0 | 72 | 1 | 34 | 455 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10110101 | 0 | 111010 | 1 | 11100 | 100101101 | 101010 | 110011 |
Color Harmonies of #B74DB5
Complementary color
Monochromatic Colors of #B74DB5
Black with #B74DB5
Text Example
Text Example
White with #B74DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74DB5; }
p { color: rgb(183,77,181); }
H1.HeaderClassName
{
color: #B74DB5;
}
.AnyTagClassName
{
color: #B74DB5;
}
</style>
background-color css
<style>
a { background-color: #B74DB5; }
a { background-color: rgb(183,77,181); }
div.DivClassName
{
background-color: #B74DB5;
}
.BgClassName
{
background-color: #B74DB5;
}
</style>
border-color css
<style>
span { border-color: #B74DB5; }
span { border-color: rgb(183,77,181); }
td.TdClassName
{
border-color: #B74DB5;
}
.TagClassName
{
border-color: #B74DB5;
}
</style>