Shades of Fuchsia #B963C3
Tints of Fuchsia #B963C3
RGB
CMYK
RGB Variations
Color information
#B963C3 (or 0xB963C3) is known color: Fuchsia. HEX triplet: B9, 63 and C3. RGB value is (185,99,195). Sum of RGB (Red+Green+Blue) = 185+99+195=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #B963C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963C3 is #469C3C. Grayscale: #878787. Windows color (decimal): -4627517 or 12805049. OLE color: 12805049.
HSL color Cylindrical-coordinate representation of color #B963C3: hue angle of 293.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B963C3 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 99 | 195 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.24 |
| HSL | 293.75º | 0.44% | 0.58% | - |
| HSV(B) | 293.75º | 0.49% | 0.76% | - |
| XYZ | 34.32 | 23.18 | 54.29 | - |
| YUV | 135.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 195 | 0.05 | 0.49 | 0 | 0.24 | 293.75 | 0.44 | 0.58 |
| Hex | B9 | 63 | C3 | 5 | 31 | 0 | 18 | 126 | 2C | 3A |
| Octal | 271 | 143 | 303 | 5 | 61 | 0 | 30 | 446 | 54 | 72 |
| Binary | 10111001 | 1100011 | 11000011 | 101 | 110001 | 0 | 11000 | 100100110 | 101100 | 111010 |
Color Harmonies of #B963C3
Complementary color
Monochromatic Colors of #B963C3
Black with #B963C3
Text Example
Text Example
White with #B963C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963C3; }
p { color: rgb(185,99,195); }
H1.HeaderClassName
{
color: #B963C3;
}
.AnyTagClassName
{
color: #B963C3;
}
</style>
background-color css
<style>
a { background-color: #B963C3; }
a { background-color: rgb(185,99,195); }
div.DivClassName
{
background-color: #B963C3;
}
.BgClassName
{
background-color: #B963C3;
}
</style>
border-color css
<style>
span { border-color: #B963C3; }
span { border-color: rgb(185,99,195); }
td.TdClassName
{
border-color: #B963C3;
}
.TagClassName
{
border-color: #B963C3;
}
</style>