Shades of Fuchsia #B963BC
Tints of Fuchsia #B963BC
RGB
CMYK
RGB Variations
Color information
#B963BC (or 0xB963BC) is known color: Fuchsia. HEX triplet: B9, 63 and BC. RGB value is (185,99,188). Sum of RGB (Red+Green+Blue) = 185+99+188=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #B963BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963BC is #469C43. Grayscale: #868686. Windows color (decimal): -4627524 or 12346297. OLE color: 12346297.
HSL color Cylindrical-coordinate representation of color #B963BC: hue angle of 297.98º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B963BC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 99 | 188 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.26 |
| HSL | 297.98º | 0.4% | 0.56% | - |
| HSV(B) | 297.98º | 0.47% | 0.74% | - |
| XYZ | 33.55 | 22.87 | 50.22 | - |
| YUV | 134.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 188 | 0.02 | 0.47 | 0 | 0.26 | 297.98 | 0.4 | 0.56 |
| Hex | B9 | 63 | BC | 2 | 2F | 0 | 1A | 12A | 28 | 38 |
| Octal | 271 | 143 | 274 | 2 | 57 | 0 | 32 | 452 | 50 | 70 |
| Binary | 10111001 | 1100011 | 10111100 | 10 | 101111 | 0 | 11010 | 100101010 | 101000 | 111000 |
Color Harmonies of #B963BC
Complementary color
Monochromatic Colors of #B963BC
Black with #B963BC
Text Example
Text Example
White with #B963BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963BC; }
p { color: rgb(185,99,188); }
H1.HeaderClassName
{
color: #B963BC;
}
.AnyTagClassName
{
color: #B963BC;
}
</style>
background-color css
<style>
a { background-color: #B963BC; }
a { background-color: rgb(185,99,188); }
div.DivClassName
{
background-color: #B963BC;
}
.BgClassName
{
background-color: #B963BC;
}
</style>
border-color css
<style>
span { border-color: #B963BC; }
span { border-color: rgb(185,99,188); }
td.TdClassName
{
border-color: #B963BC;
}
.TagClassName
{
border-color: #B963BC;
}
</style>