Shades of Fuchsia #B664C2
Tints of Fuchsia #B664C2
RGB
CMYK
RGB Variations
Color information
#B664C2 (or 0xB664C2) is known color: Fuchsia. HEX triplet: B6, 64 and C2. RGB value is (182,100,194). Sum of RGB (Red+Green+Blue) = 182+100+194=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #B664C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664C2 is #499B3D. Grayscale: #868686. Windows color (decimal): -4823870 or 12739766. OLE color: 12739766.
HSL color Cylindrical-coordinate representation of color #B664C2: hue angle of 292.34º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B664C2 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 100 | 194 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.24 |
| HSL | 292.34º | 0.44% | 0.58% | - |
| HSV(B) | 292.34º | 0.48% | 0.76% | - |
| XYZ | 33.59 | 22.95 | 53.7 | - |
| YUV | 135.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 194 | 0.06 | 0.48 | 0 | 0.24 | 292.34 | 0.44 | 0.58 |
| Hex | B6 | 64 | C2 | 6 | 30 | 0 | 18 | 124 | 2C | 3A |
| Octal | 266 | 144 | 302 | 6 | 60 | 0 | 30 | 444 | 54 | 72 |
| Binary | 10110110 | 1100100 | 11000010 | 110 | 110000 | 0 | 11000 | 100100100 | 101100 | 111010 |
Color Harmonies of #B664C2
Complementary color
Monochromatic Colors of #B664C2
Black with #B664C2
Text Example
Text Example
White with #B664C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B664C2; }
p { color: rgb(182,100,194); }
H1.HeaderClassName
{
color: #B664C2;
}
.AnyTagClassName
{
color: #B664C2;
}
</style>
background-color css
<style>
a { background-color: #B664C2; }
a { background-color: rgb(182,100,194); }
div.DivClassName
{
background-color: #B664C2;
}
.BgClassName
{
background-color: #B664C2;
}
</style>
border-color css
<style>
span { border-color: #B664C2; }
span { border-color: rgb(182,100,194); }
td.TdClassName
{
border-color: #B664C2;
}
.TagClassName
{
border-color: #B664C2;
}
</style>