Shades of Fuchsia #B661C2
Tints of Fuchsia #B661C2
RGB
CMYK
RGB Variations
Color information
#B661C2 (or 0xB661C2) is known color: Fuchsia. HEX triplet: B6, 61 and C2. RGB value is (182,97,194). Sum of RGB (Red+Green+Blue) = 182+97+194=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #B661C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B661C2 is #499E3D. Grayscale: #858585. Windows color (decimal): -4824638 or 12738998. OLE color: 12738998.
HSL color Cylindrical-coordinate representation of color #B661C2: hue angle of 292.58º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B661C2 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 97 | 194 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.24 |
| HSL | 292.58º | 0.44% | 0.57% | - |
| HSV(B) | 292.58º | 0.5% | 0.76% | - |
| XYZ | 33.3 | 22.39 | 53.61 | - |
| YUV | 133.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 97 | 194 | 0.06 | 0.50 | 0 | 0.24 | 292.58 | 0.44 | 0.57 |
| Hex | B6 | 61 | C2 | 6 | 32 | 0 | 18 | 125 | 2C | 39 |
| Octal | 266 | 141 | 302 | 6 | 62 | 0 | 30 | 445 | 54 | 71 |
| Binary | 10110110 | 1100001 | 11000010 | 110 | 110010 | 0 | 11000 | 100100101 | 101100 | 111001 |
Color Harmonies of #B661C2
Complementary color
Monochromatic Colors of #B661C2
Black with #B661C2
Text Example
Text Example
White with #B661C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B661C2; }
p { color: rgb(182,97,194); }
H1.HeaderClassName
{
color: #B661C2;
}
.AnyTagClassName
{
color: #B661C2;
}
</style>
background-color css
<style>
a { background-color: #B661C2; }
a { background-color: rgb(182,97,194); }
div.DivClassName
{
background-color: #B661C2;
}
.BgClassName
{
background-color: #B661C2;
}
</style>
border-color css
<style>
span { border-color: #B661C2; }
span { border-color: rgb(182,97,194); }
td.TdClassName
{
border-color: #B661C2;
}
.TagClassName
{
border-color: #B661C2;
}
</style>