Shades of Fuchsia #B663C2
Tints of Fuchsia #B663C2
RGB
CMYK
RGB Variations
Color information
#B663C2 (or 0xB663C2) is known color: Fuchsia. HEX triplet: B6, 63 and C2. RGB value is (182,99,194). Sum of RGB (Red+Green+Blue) = 182+99+194=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #B663C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663C2 is #499C3D. Grayscale: #868686. Windows color (decimal): -4824126 or 12739510. OLE color: 12739510.
HSL color Cylindrical-coordinate representation of color #B663C2: hue angle of 292.42º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B663C2 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 99 | 194 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.24 |
| HSL | 292.42º | 0.44% | 0.57% | - |
| HSV(B) | 292.42º | 0.49% | 0.76% | - |
| XYZ | 33.49 | 22.76 | 53.67 | - |
| YUV | 134.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 194 | 0.06 | 0.49 | 0 | 0.24 | 292.42 | 0.44 | 0.57 |
| Hex | B6 | 63 | C2 | 6 | 31 | 0 | 18 | 124 | 2C | 39 |
| Octal | 266 | 143 | 302 | 6 | 61 | 0 | 30 | 444 | 54 | 71 |
| Binary | 10110110 | 1100011 | 11000010 | 110 | 110001 | 0 | 11000 | 100100100 | 101100 | 111001 |
Color Harmonies of #B663C2
Complementary color
Monochromatic Colors of #B663C2
Black with #B663C2
Text Example
Text Example
White with #B663C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663C2; }
p { color: rgb(182,99,194); }
H1.HeaderClassName
{
color: #B663C2;
}
.AnyTagClassName
{
color: #B663C2;
}
</style>
background-color css
<style>
a { background-color: #B663C2; }
a { background-color: rgb(182,99,194); }
div.DivClassName
{
background-color: #B663C2;
}
.BgClassName
{
background-color: #B663C2;
}
</style>
border-color css
<style>
span { border-color: #B663C2; }
span { border-color: rgb(182,99,194); }
td.TdClassName
{
border-color: #B663C2;
}
.TagClassName
{
border-color: #B663C2;
}
</style>