Shades of Fuchsia #B64FC0
Tints of Fuchsia #B64FC0
RGB
CMYK
RGB Variations
Color information
#B64FC0 (or 0xB64FC0) is known color: Fuchsia. HEX triplet: B6, 4F and C0. RGB value is (182,79,192). Sum of RGB (Red+Green+Blue) = 182+79+192=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B64FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FC0 is #49B03F. Grayscale: #7A7A7A. Windows color (decimal): -4829248 or 12603318. OLE color: 12603318.
HSL color Cylindrical-coordinate representation of color #B64FC0: hue angle of 294.69º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64FC0 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 79 | 192 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.25 |
| HSL | 294.69º | 0.47% | 0.53% | - |
| HSV(B) | 294.69º | 0.59% | 0.75% | - |
| XYZ | 31.6 | 19.34 | 51.94 | - |
| YUV | 122.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 192 | 0.05 | 0.59 | 0 | 0.25 | 294.69 | 0.47 | 0.53 |
| Hex | B6 | 4F | C0 | 5 | 3B | 0 | 19 | 127 | 2F | 35 |
| Octal | 266 | 117 | 300 | 5 | 73 | 0 | 31 | 447 | 57 | 65 |
| Binary | 10110110 | 1001111 | 11000000 | 101 | 111011 | 0 | 11001 | 100100111 | 101111 | 110101 |
Color Harmonies of #B64FC0
Complementary color
Monochromatic Colors of #B64FC0
Black with #B64FC0
Text Example
Text Example
White with #B64FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FC0; }
p { color: rgb(182,79,192); }
H1.HeaderClassName
{
color: #B64FC0;
}
.AnyTagClassName
{
color: #B64FC0;
}
</style>
background-color css
<style>
a { background-color: #B64FC0; }
a { background-color: rgb(182,79,192); }
div.DivClassName
{
background-color: #B64FC0;
}
.BgClassName
{
background-color: #B64FC0;
}
</style>
border-color css
<style>
span { border-color: #B64FC0; }
span { border-color: rgb(182,79,192); }
td.TdClassName
{
border-color: #B64FC0;
}
.TagClassName
{
border-color: #B64FC0;
}
</style>