Shades of Fuchsia #B64DB4
Tints of Fuchsia #B64DB4
RGB
CMYK
RGB Variations
Color information
#B64DB4 (or 0xB64DB4) is known color: Fuchsia. HEX triplet: B6, 4D and B4. RGB value is (182,77,180). Sum of RGB (Red+Green+Blue) = 182+77+180=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B64DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DB4 is #49B24B. Grayscale: #777777. Windows color (decimal): -4829772 or 11816374. OLE color: 11816374.
HSL color Cylindrical-coordinate representation of color #B64DB4: hue angle of 301.14º 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 #B64DB4 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 180 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.29 |
| HSL | 301.14º | 0.42% | 0.51% | - |
| HSV(B) | 301.14º | 0.58% | 0.71% | - |
| XYZ | 30.18 | 18.55 | 45.17 | - |
| YUV | 120.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 180 | 0 | 0.58 | 0.01 | 0.29 | 301.14 | 0.42 | 0.51 |
| Hex | B6 | 4D | B4 | 0 | 3A | 1 | 1D | 12D | 2A | 33 |
| Octal | 266 | 115 | 264 | 0 | 72 | 1 | 35 | 455 | 52 | 63 |
| Binary | 10110110 | 1001101 | 10110100 | 0 | 111010 | 1 | 11101 | 100101101 | 101010 | 110011 |
Color Harmonies of #B64DB4
Complementary color
Monochromatic Colors of #B64DB4
Black with #B64DB4
Text Example
Text Example
White with #B64DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DB4; }
p { color: rgb(182,77,180); }
H1.HeaderClassName
{
color: #B64DB4;
}
.AnyTagClassName
{
color: #B64DB4;
}
</style>
background-color css
<style>
a { background-color: #B64DB4; }
a { background-color: rgb(182,77,180); }
div.DivClassName
{
background-color: #B64DB4;
}
.BgClassName
{
background-color: #B64DB4;
}
</style>
border-color css
<style>
span { border-color: #B64DB4; }
span { border-color: rgb(182,77,180); }
td.TdClassName
{
border-color: #B64DB4;
}
.TagClassName
{
border-color: #B64DB4;
}
</style>