Shades of Fuchsia #B963BA
Tints of Fuchsia #B963BA
RGB
CMYK
RGB Variations
Color information
#B963BA (or 0xB963BA) is known color: Fuchsia. HEX triplet: B9, 63 and BA. RGB value is (185,99,186). Sum of RGB (Red+Green+Blue) = 185+99+186=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #B963BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B963BA is #469C45. Grayscale: #868686. Windows color (decimal): -4627526 or 12215225. OLE color: 12215225.
HSL color Cylindrical-coordinate representation of color #B963BA: hue angle of 299.31º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B963BA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 186 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.27 |
| HSL | 299.31º | 0.39% | 0.56% | - |
| HSV(B) | 299.31º | 0.47% | 0.73% | - |
| XYZ | 33.33 | 22.78 | 49.1 | - |
| YUV | 134.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 186 | 0.01 | 0.47 | 0 | 0.27 | 299.31 | 0.39 | 0.56 |
| Hex | B9 | 63 | BA | 1 | 2F | 0 | 1B | 12B | 27 | 38 |
| Octal | 271 | 143 | 272 | 1 | 57 | 0 | 33 | 453 | 47 | 70 |
| Binary | 10111001 | 1100011 | 10111010 | 1 | 101111 | 0 | 11011 | 100101011 | 100111 | 111000 |
Color Harmonies of #B963BA
Complementary color
Monochromatic Colors of #B963BA
Black with #B963BA
Text Example
Text Example
White with #B963BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963BA; }
p { color: rgb(185,99,186); }
H1.HeaderClassName
{
color: #B963BA;
}
.AnyTagClassName
{
color: #B963BA;
}
</style>
background-color css
<style>
a { background-color: #B963BA; }
a { background-color: rgb(185,99,186); }
div.DivClassName
{
background-color: #B963BA;
}
.BgClassName
{
background-color: #B963BA;
}
</style>
border-color css
<style>
span { border-color: #B963BA; }
span { border-color: rgb(185,99,186); }
td.TdClassName
{
border-color: #B963BA;
}
.TagClassName
{
border-color: #B963BA;
}
</style>