Shades of Fuchsia #B663B1
Tints of Fuchsia #B663B1
RGB
CMYK
RGB Variations
Color information
#B663B1 (or 0xB663B1) is known color: Fuchsia. HEX triplet: B6, 63 and B1. RGB value is (182,99,177). Sum of RGB (Red+Green+Blue) = 182+99+177=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B663B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B663B1 is #499C4E. Grayscale: #848484. Windows color (decimal): -4824143 or 11625398. OLE color: 11625398.
HSL color Cylindrical-coordinate representation of color #B663B1: hue angle of 303.61º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B663B1 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 99 | 177 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.29 |
| HSL | 303.61º | 0.36% | 0.55% | - |
| HSV(B) | 303.61º | 0.46% | 0.71% | - |
| XYZ | 31.69 | 22.04 | 44.18 | - |
| YUV | 132.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 177 | 0 | 0.46 | 0.03 | 0.29 | 303.61 | 0.36 | 0.55 |
| Hex | B6 | 63 | B1 | 0 | 2E | 3 | 1D | 130 | 24 | 37 |
| Octal | 266 | 143 | 261 | 0 | 56 | 3 | 35 | 460 | 44 | 67 |
| Binary | 10110110 | 1100011 | 10110001 | 0 | 101110 | 11 | 11101 | 100110000 | 100100 | 110111 |
Color Harmonies of #B663B1
Complementary color
Monochromatic Colors of #B663B1
Black with #B663B1
Text Example
Text Example
White with #B663B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663B1; }
p { color: rgb(182,99,177); }
H1.HeaderClassName
{
color: #B663B1;
}
.AnyTagClassName
{
color: #B663B1;
}
</style>
background-color css
<style>
a { background-color: #B663B1; }
a { background-color: rgb(182,99,177); }
div.DivClassName
{
background-color: #B663B1;
}
.BgClassName
{
background-color: #B663B1;
}
</style>
border-color css
<style>
span { border-color: #B663B1; }
span { border-color: rgb(182,99,177); }
td.TdClassName
{
border-color: #B663B1;
}
.TagClassName
{
border-color: #B663B1;
}
</style>