Shades of Fuchsia #B64DB1
Tints of Fuchsia #B64DB1
RGB
CMYK
RGB Variations
Color information
#B64DB1 (or 0xB64DB1) is known color: Fuchsia. HEX triplet: B6, 4D and B1. RGB value is (182,77,177). Sum of RGB (Red+Green+Blue) = 182+77+177=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64DB1 is #49B24E. Grayscale: #777777. Windows color (decimal): -4829775 or 11619766. OLE color: 11619766.
HSL color Cylindrical-coordinate representation of color #B64DB1: hue angle of 302.86º 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 #B64DB1 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 177 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.29 |
| HSL | 302.86º | 0.42% | 0.51% | - |
| HSV(B) | 302.86º | 0.58% | 0.71% | - |
| XYZ | 29.88 | 18.43 | 43.58 | - |
| YUV | 119.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 177 | 0 | 0.58 | 0.03 | 0.29 | 302.86 | 0.42 | 0.51 |
| Hex | B6 | 4D | B1 | 0 | 3A | 3 | 1D | 12F | 2A | 33 |
| Octal | 266 | 115 | 261 | 0 | 72 | 3 | 35 | 457 | 52 | 63 |
| Binary | 10110110 | 1001101 | 10110001 | 0 | 111010 | 11 | 11101 | 100101111 | 101010 | 110011 |
Color Harmonies of #B64DB1
Complementary color
Monochromatic Colors of #B64DB1
Black with #B64DB1
Text Example
Text Example
White with #B64DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DB1; }
p { color: rgb(182,77,177); }
H1.HeaderClassName
{
color: #B64DB1;
}
.AnyTagClassName
{
color: #B64DB1;
}
</style>
background-color css
<style>
a { background-color: #B64DB1; }
a { background-color: rgb(182,77,177); }
div.DivClassName
{
background-color: #B64DB1;
}
.BgClassName
{
background-color: #B64DB1;
}
</style>
border-color css
<style>
span { border-color: #B64DB1; }
span { border-color: rgb(182,77,177); }
td.TdClassName
{
border-color: #B64DB1;
}
.TagClassName
{
border-color: #B64DB1;
}
</style>