Shades of Fuchsia #B74EC1
Tints of Fuchsia #B74EC1
RGB
CMYK
RGB Variations
Color information
#B74EC1 (or 0xB74EC1) is known color: Fuchsia. HEX triplet: B7, 4E and C1. RGB value is (183,78,193). Sum of RGB (Red+Green+Blue) = 183+78+193=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #B74EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EC1 is #48B13E. Grayscale: #7A7A7A. Windows color (decimal): -4763967 or 12668599. OLE color: 12668599.
HSL color Cylindrical-coordinate representation of color #B74EC1: hue angle of 294.78º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74EC1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 78 | 193 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.24 |
| HSL | 294.78º | 0.48% | 0.53% | - |
| HSV(B) | 294.78º | 0.6% | 0.76% | - |
| XYZ | 31.88 | 19.37 | 52.51 | - |
| YUV | 122.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 193 | 0.05 | 0.60 | 0 | 0.24 | 294.78 | 0.48 | 0.53 |
| Hex | B7 | 4E | C1 | 5 | 3C | 0 | 18 | 127 | 30 | 35 |
| Octal | 267 | 116 | 301 | 5 | 74 | 0 | 30 | 447 | 60 | 65 |
| Binary | 10110111 | 1001110 | 11000001 | 101 | 111100 | 0 | 11000 | 100100111 | 110000 | 110101 |
Color Harmonies of #B74EC1
Complementary color
Monochromatic Colors of #B74EC1
Black with #B74EC1
Text Example
Text Example
White with #B74EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EC1; }
p { color: rgb(183,78,193); }
H1.HeaderClassName
{
color: #B74EC1;
}
.AnyTagClassName
{
color: #B74EC1;
}
</style>
background-color css
<style>
a { background-color: #B74EC1; }
a { background-color: rgb(183,78,193); }
div.DivClassName
{
background-color: #B74EC1;
}
.BgClassName
{
background-color: #B74EC1;
}
</style>
border-color css
<style>
span { border-color: #B74EC1; }
span { border-color: rgb(183,78,193); }
td.TdClassName
{
border-color: #B74EC1;
}
.TagClassName
{
border-color: #B74EC1;
}
</style>