Shades of Fuchsia #B64DB7
Tints of Fuchsia #B64DB7
RGB
CMYK
RGB Variations
Color information
#B64DB7 (or 0xB64DB7) is known color: Fuchsia. HEX triplet: B6, 4D and B7. RGB value is (182,77,183). Sum of RGB (Red+Green+Blue) = 182+77+183=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #B64DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DB7 is #49B248. Grayscale: #787878. Windows color (decimal): -4829769 or 12012982. OLE color: 12012982.
HSL color Cylindrical-coordinate representation of color #B64DB7: hue angle of 299.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64DB7 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 77 | 183 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.28 |
| HSL | 299.43º | 0.42% | 0.51% | - |
| HSV(B) | 299.43º | 0.58% | 0.72% | - |
| XYZ | 30.49 | 18.67 | 46.8 | - |
| YUV | 120.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 183 | 0.01 | 0.58 | 0 | 0.28 | 299.43 | 0.42 | 0.51 |
| Hex | B6 | 4D | B7 | 1 | 3A | 0 | 1C | 12B | 2A | 33 |
| Octal | 266 | 115 | 267 | 1 | 72 | 0 | 34 | 453 | 52 | 63 |
| Binary | 10110110 | 1001101 | 10110111 | 1 | 111010 | 0 | 11100 | 100101011 | 101010 | 110011 |
Color Harmonies of #B64DB7
Complementary color
Monochromatic Colors of #B64DB7
Black with #B64DB7
Text Example
Text Example
White with #B64DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64DB7; }
p { color: rgb(182,77,183); }
H1.HeaderClassName
{
color: #B64DB7;
}
.AnyTagClassName
{
color: #B64DB7;
}
</style>
background-color css
<style>
a { background-color: #B64DB7; }
a { background-color: rgb(182,77,183); }
div.DivClassName
{
background-color: #B64DB7;
}
.BgClassName
{
background-color: #B64DB7;
}
</style>
border-color css
<style>
span { border-color: #B64DB7; }
span { border-color: rgb(182,77,183); }
td.TdClassName
{
border-color: #B64DB7;
}
.TagClassName
{
border-color: #B64DB7;
}
</style>