Shades of Fuchsia #B64CB4
Tints of Fuchsia #B64CB4
RGB
CMYK
RGB Variations
Color information
#B64CB4 (or 0xB64CB4) is known color: Fuchsia. HEX triplet: B6, 4C and B4. RGB value is (182,76,180). Sum of RGB (Red+Green+Blue) = 182+76+180=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CB4 is #49B34B. Grayscale: #777777. Windows color (decimal): -4830028 or 11816118. OLE color: 11816118.
HSL color Cylindrical-coordinate representation of color #B64CB4: hue angle of 301.13º 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 #B64CB4 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 180 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.29 |
| HSL | 301.13º | 0.42% | 0.51% | - |
| HSV(B) | 301.13º | 0.58% | 0.71% | - |
| XYZ | 30.11 | 18.41 | 45.15 | - |
| YUV | 119.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 180 | 0 | 0.58 | 0.01 | 0.29 | 301.13 | 0.42 | 0.51 |
| Hex | B6 | 4C | B4 | 0 | 3A | 1 | 1D | 12D | 2A | 33 |
| Octal | 266 | 114 | 264 | 0 | 72 | 1 | 35 | 455 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10110100 | 0 | 111010 | 1 | 11101 | 100101101 | 101010 | 110011 |
Color Harmonies of #B64CB4
Complementary color
Monochromatic Colors of #B64CB4
Black with #B64CB4
Text Example
Text Example
White with #B64CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CB4; }
p { color: rgb(182,76,180); }
H1.HeaderClassName
{
color: #B64CB4;
}
.AnyTagClassName
{
color: #B64CB4;
}
</style>
background-color css
<style>
a { background-color: #B64CB4; }
a { background-color: rgb(182,76,180); }
div.DivClassName
{
background-color: #B64CB4;
}
.BgClassName
{
background-color: #B64CB4;
}
</style>
border-color css
<style>
span { border-color: #B64CB4; }
span { border-color: rgb(182,76,180); }
td.TdClassName
{
border-color: #B64CB4;
}
.TagClassName
{
border-color: #B64CB4;
}
</style>