Shades of Fuchsia #B64CAC
Tints of Fuchsia #B64CAC
RGB
CMYK
RGB Variations
Color information
#B64CAC (or 0xB64CAC) is known color: Fuchsia. HEX triplet: B6, 4C and AC. RGB value is (182,76,172). Sum of RGB (Red+Green+Blue) = 182+76+172=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64CAC is #49B353. Grayscale: #767676. Windows color (decimal): -4830036 or 11291830. OLE color: 11291830.
HSL color Cylindrical-coordinate representation of color #B64CAC: hue angle of 305.66º 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 #B64CAC is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 172 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.29 |
| HSL | 305.66º | 0.42% | 0.51% | - |
| HSV(B) | 305.66º | 0.58% | 0.71% | - |
| XYZ | 29.32 | 18.09 | 40.98 | - |
| YUV | 118.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 172 | 0 | 0.58 | 0.05 | 0.29 | 305.66 | 0.42 | 0.51 |
| Hex | B6 | 4C | AC | 0 | 3A | 5 | 1D | 132 | 2A | 33 |
| Octal | 266 | 114 | 254 | 0 | 72 | 5 | 35 | 462 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10101100 | 0 | 111010 | 101 | 11101 | 100110010 | 101010 | 110011 |
Color Harmonies of #B64CAC
Complementary color
Monochromatic Colors of #B64CAC
Black with #B64CAC
Text Example
Text Example
White with #B64CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CAC; }
p { color: rgb(182,76,172); }
H1.HeaderClassName
{
color: #B64CAC;
}
.AnyTagClassName
{
color: #B64CAC;
}
</style>
background-color css
<style>
a { background-color: #B64CAC; }
a { background-color: rgb(182,76,172); }
div.DivClassName
{
background-color: #B64CAC;
}
.BgClassName
{
background-color: #B64CAC;
}
</style>
border-color css
<style>
span { border-color: #B64CAC; }
span { border-color: rgb(182,76,172); }
td.TdClassName
{
border-color: #B64CAC;
}
.TagClassName
{
border-color: #B64CAC;
}
</style>