Shades of Fuchsia #B963AF
Tints of Fuchsia #B963AF
RGB
CMYK
RGB Variations
Color information
#B963AF (or 0xB963AF) is known color: Fuchsia. HEX triplet: B9, 63 and AF. RGB value is (185,99,175). Sum of RGB (Red+Green+Blue) = 185+99+175=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B963AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B963AF is #469C50. Grayscale: #858585. Windows color (decimal): -4627537 or 11494329. OLE color: 11494329.
HSL color Cylindrical-coordinate representation of color #B963AF: hue angle of 306.98º 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 #B963AF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 175 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.27 |
| HSL | 306.98º | 0.38% | 0.56% | - |
| HSV(B) | 306.98º | 0.46% | 0.73% | - |
| XYZ | 32.21 | 22.33 | 43.17 | - |
| YUV | 133.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 175 | 0 | 0.46 | 0.05 | 0.27 | 306.98 | 0.38 | 0.56 |
| Hex | B9 | 63 | AF | 0 | 2E | 5 | 1B | 133 | 26 | 38 |
| Octal | 271 | 143 | 257 | 0 | 56 | 5 | 33 | 463 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10101111 | 0 | 101110 | 101 | 11011 | 100110011 | 100110 | 111000 |
Color Harmonies of #B963AF
Complementary color
Monochromatic Colors of #B963AF
Black with #B963AF
Text Example
Text Example
White with #B963AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B963AF; }
p { color: rgb(185,99,175); }
H1.HeaderClassName
{
color: #B963AF;
}
.AnyTagClassName
{
color: #B963AF;
}
</style>
background-color css
<style>
a { background-color: #B963AF; }
a { background-color: rgb(185,99,175); }
div.DivClassName
{
background-color: #B963AF;
}
.BgClassName
{
background-color: #B963AF;
}
</style>
border-color css
<style>
span { border-color: #B963AF; }
span { border-color: rgb(185,99,175); }
td.TdClassName
{
border-color: #B963AF;
}
.TagClassName
{
border-color: #B963AF;
}
</style>