Shades of Fuchsia #B961C2
Tints of Fuchsia #B961C2
RGB
CMYK
RGB Variations
Color information
#B961C2 (or 0xB961C2) is known color: Fuchsia. HEX triplet: B9, 61 and C2. RGB value is (185,97,194). Sum of RGB (Red+Green+Blue) = 185+97+194=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 97 (38.28% from 255 or 20.38% 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 #B961C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C2 is #469E3D. Grayscale: #868686. Windows color (decimal): -4628030 or 12739001. OLE color: 12739001.
HSL color Cylindrical-coordinate representation of color #B961C2: hue angle of 294.43º 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 #B961C2 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 97 | 194 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.24 |
| HSL | 294.43º | 0.44% | 0.57% | - |
| HSV(B) | 294.43º | 0.5% | 0.76% | - |
| XYZ | 34.02 | 22.76 | 53.64 | - |
| YUV | 134.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 194 | 0.05 | 0.50 | 0 | 0.24 | 294.43 | 0.44 | 0.57 |
| Hex | B9 | 61 | C2 | 5 | 32 | 0 | 18 | 126 | 2C | 39 |
| Octal | 271 | 141 | 302 | 5 | 62 | 0 | 30 | 446 | 54 | 71 |
| Binary | 10111001 | 1100001 | 11000010 | 101 | 110010 | 0 | 11000 | 100100110 | 101100 | 111001 |
Color Harmonies of #B961C2
Complementary color
Monochromatic Colors of #B961C2
Black with #B961C2
Text Example
Text Example
White with #B961C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961C2; }
p { color: rgb(185,97,194); }
H1.HeaderClassName
{
color: #B961C2;
}
.AnyTagClassName
{
color: #B961C2;
}
</style>
background-color css
<style>
a { background-color: #B961C2; }
a { background-color: rgb(185,97,194); }
div.DivClassName
{
background-color: #B961C2;
}
.BgClassName
{
background-color: #B961C2;
}
</style>
border-color css
<style>
span { border-color: #B961C2; }
span { border-color: rgb(185,97,194); }
td.TdClassName
{
border-color: #B961C2;
}
.TagClassName
{
border-color: #B961C2;
}
</style>