Shades of Fuchsia #B963B1
Tints of Fuchsia #B963B1
RGB
CMYK
RGB Variations
Color information
#B963B1 (or 0xB963B1) is known color: Fuchsia. HEX triplet: B9, 63 and B1. RGB value is (185,99,177). Sum of RGB (Red+Green+Blue) = 185+99+177=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B963B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963B1 is #469C4E. Grayscale: #858585. Windows color (decimal): -4627535 or 11625401. OLE color: 11625401.
HSL color Cylindrical-coordinate representation of color #B963B1: hue angle of 305.58º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B963B1 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 177 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.27 |
| HSL | 305.58º | 0.38% | 0.56% | - |
| HSV(B) | 305.58º | 0.46% | 0.73% | - |
| XYZ | 32.41 | 22.41 | 44.21 | - |
| YUV | 133.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 177 | 0 | 0.46 | 0.04 | 0.27 | 305.58 | 0.38 | 0.56 |
| Hex | B9 | 63 | B1 | 0 | 2E | 4 | 1B | 132 | 26 | 38 |
| Octal | 271 | 143 | 261 | 0 | 56 | 4 | 33 | 462 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10110001 | 0 | 101110 | 100 | 11011 | 100110010 | 100110 | 111000 |
Color Harmonies of #B963B1
Complementary color
Monochromatic Colors of #B963B1
Black with #B963B1
Text Example
Text Example
White with #B963B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963B1; }
p { color: rgb(185,99,177); }
H1.HeaderClassName
{
color: #B963B1;
}
.AnyTagClassName
{
color: #B963B1;
}
</style>
background-color css
<style>
a { background-color: #B963B1; }
a { background-color: rgb(185,99,177); }
div.DivClassName
{
background-color: #B963B1;
}
.BgClassName
{
background-color: #B963B1;
}
</style>
border-color css
<style>
span { border-color: #B963B1; }
span { border-color: rgb(185,99,177); }
td.TdClassName
{
border-color: #B963B1;
}
.TagClassName
{
border-color: #B963B1;
}
</style>