Shades of Fuchsia #B968AF
Tints of Fuchsia #B968AF
RGB
CMYK
RGB Variations
Color information
#B968AF (or 0xB968AF) is known color: Fuchsia. HEX triplet: B9, 68 and AF. RGB value is (185,104,175). Sum of RGB (Red+Green+Blue) = 185+104+175=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B968AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B968AF is #469750. Grayscale: #888888. Windows color (decimal): -4626257 or 11495609. OLE color: 11495609.
HSL color Cylindrical-coordinate representation of color #B968AF: hue angle of 307.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B968AF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 175 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.27 |
| HSL | 307.41º | 0.37% | 0.57% | - |
| HSV(B) | 307.41º | 0.44% | 0.73% | - |
| XYZ | 32.7 | 23.31 | 43.33 | - |
| YUV | 136.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 175 | 0 | 0.44 | 0.05 | 0.27 | 307.41 | 0.37 | 0.57 |
| Hex | B9 | 68 | AF | 0 | 2C | 5 | 1B | 133 | 25 | 39 |
| Octal | 271 | 150 | 257 | 0 | 54 | 5 | 33 | 463 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10101111 | 0 | 101100 | 101 | 11011 | 100110011 | 100101 | 111001 |
Color Harmonies of #B968AF
Complementary color
Monochromatic Colors of #B968AF
Black with #B968AF
Text Example
Text Example
White with #B968AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968AF; }
p { color: rgb(185,104,175); }
H1.HeaderClassName
{
color: #B968AF;
}
.AnyTagClassName
{
color: #B968AF;
}
</style>
background-color css
<style>
a { background-color: #B968AF; }
a { background-color: rgb(185,104,175); }
div.DivClassName
{
background-color: #B968AF;
}
.BgClassName
{
background-color: #B968AF;
}
</style>
border-color css
<style>
span { border-color: #B968AF; }
span { border-color: rgb(185,104,175); }
td.TdClassName
{
border-color: #B968AF;
}
.TagClassName
{
border-color: #B968AF;
}
</style>