Shades of Fuchsia #B64CA8
Tints of Fuchsia #B64CA8
RGB
CMYK
RGB Variations
Color information
#B64CA8 (or 0xB64CA8) is known color: Fuchsia. HEX triplet: B6, 4C and A8. RGB value is (182,76,168). Sum of RGB (Red+Green+Blue) = 182+76+168=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64CA8 is #49B357. Grayscale: #757575. Windows color (decimal): -4830040 or 11029686. OLE color: 11029686.
HSL color Cylindrical-coordinate representation of color #B64CA8: hue angle of 307.92º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64CA8 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 168 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.29 |
| HSL | 307.92º | 0.42% | 0.51% | - |
| HSV(B) | 307.92º | 0.58% | 0.71% | - |
| XYZ | 28.94 | 17.94 | 38.98 | - |
| YUV | 118.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 168 | 0 | 0.58 | 0.08 | 0.29 | 307.92 | 0.42 | 0.51 |
| Hex | B6 | 4C | A8 | 0 | 3A | 8 | 1D | 134 | 2A | 33 |
| Octal | 266 | 114 | 250 | 0 | 72 | 10 | 35 | 464 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10101000 | 0 | 111010 | 1000 | 11101 | 100110100 | 101010 | 110011 |
Color Harmonies of #B64CA8
Complementary color
Monochromatic Colors of #B64CA8
Black with #B64CA8
Text Example
Text Example
White with #B64CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CA8; }
p { color: rgb(182,76,168); }
H1.HeaderClassName
{
color: #B64CA8;
}
.AnyTagClassName
{
color: #B64CA8;
}
</style>
background-color css
<style>
a { background-color: #B64CA8; }
a { background-color: rgb(182,76,168); }
div.DivClassName
{
background-color: #B64CA8;
}
.BgClassName
{
background-color: #B64CA8;
}
</style>
border-color css
<style>
span { border-color: #B64CA8; }
span { border-color: rgb(182,76,168); }
td.TdClassName
{
border-color: #B64CA8;
}
.TagClassName
{
border-color: #B64CA8;
}
</style>