Shades of Fuchsia #B654BC
Tints of Fuchsia #B654BC
RGB
CMYK
RGB Variations
Color information
#B654BC (or 0xB654BC) is known color: Fuchsia. HEX triplet: B6, 54 and BC. RGB value is (182,84,188). Sum of RGB (Red+Green+Blue) = 182+84+188=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #B654BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654BC is #49AB43. Grayscale: #7C7C7C. Windows color (decimal): -4827972 or 12342454. OLE color: 12342454.
HSL color Cylindrical-coordinate representation of color #B654BC: hue angle of 296.54º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B654BC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 84 | 188 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.26 |
| HSL | 296.54º | 0.44% | 0.53% | - |
| HSV(B) | 296.54º | 0.55% | 0.74% | - |
| XYZ | 31.54 | 19.92 | 49.76 | - |
| YUV | 125.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 188 | 0.03 | 0.55 | 0 | 0.26 | 296.54 | 0.44 | 0.53 |
| Hex | B6 | 54 | BC | 3 | 37 | 0 | 1A | 129 | 2C | 35 |
| Octal | 266 | 124 | 274 | 3 | 67 | 0 | 32 | 451 | 54 | 65 |
| Binary | 10110110 | 1010100 | 10111100 | 11 | 110111 | 0 | 11010 | 100101001 | 101100 | 110101 |
Color Harmonies of #B654BC
Complementary color
Monochromatic Colors of #B654BC
Black with #B654BC
Text Example
Text Example
White with #B654BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654BC; }
p { color: rgb(182,84,188); }
H1.HeaderClassName
{
color: #B654BC;
}
.AnyTagClassName
{
color: #B654BC;
}
</style>
background-color css
<style>
a { background-color: #B654BC; }
a { background-color: rgb(182,84,188); }
div.DivClassName
{
background-color: #B654BC;
}
.BgClassName
{
background-color: #B654BC;
}
</style>
border-color css
<style>
span { border-color: #B654BC; }
span { border-color: rgb(182,84,188); }
td.TdClassName
{
border-color: #B654BC;
}
.TagClassName
{
border-color: #B654BC;
}
</style>