Shades of Fuchsia #B64FBC
Tints of Fuchsia #B64FBC
RGB
CMYK
RGB Variations
Color information
#B64FBC (or 0xB64FBC) is known color: Fuchsia. HEX triplet: B6, 4F and BC. RGB value is (182,79,188). Sum of RGB (Red+Green+Blue) = 182+79+188=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #B64FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FBC is #49B043. Grayscale: #797979. Windows color (decimal): -4829252 or 12341174. OLE color: 12341174.
HSL color Cylindrical-coordinate representation of color #B64FBC: hue angle of 296.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64FBC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 79 | 188 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.26 |
| HSL | 296.7º | 0.45% | 0.52% | - |
| HSV(B) | 296.7º | 0.58% | 0.74% | - |
| XYZ | 31.16 | 19.17 | 49.63 | - |
| YUV | 122.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 188 | 0.03 | 0.58 | 0 | 0.26 | 296.7 | 0.45 | 0.52 |
| Hex | B6 | 4F | BC | 3 | 3A | 0 | 1A | 129 | 2D | 34 |
| Octal | 266 | 117 | 274 | 3 | 72 | 0 | 32 | 451 | 55 | 64 |
| Binary | 10110110 | 1001111 | 10111100 | 11 | 111010 | 0 | 11010 | 100101001 | 101101 | 110100 |
Color Harmonies of #B64FBC
Complementary color
Monochromatic Colors of #B64FBC
Black with #B64FBC
Text Example
Text Example
White with #B64FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FBC; }
p { color: rgb(182,79,188); }
H1.HeaderClassName
{
color: #B64FBC;
}
.AnyTagClassName
{
color: #B64FBC;
}
</style>
background-color css
<style>
a { background-color: #B64FBC; }
a { background-color: rgb(182,79,188); }
div.DivClassName
{
background-color: #B64FBC;
}
.BgClassName
{
background-color: #B64FBC;
}
</style>
border-color css
<style>
span { border-color: #B64FBC; }
span { border-color: rgb(182,79,188); }
td.TdClassName
{
border-color: #B64FBC;
}
.TagClassName
{
border-color: #B64FBC;
}
</style>