Shades of Fuchsia #B962AF
Tints of Fuchsia #B962AF
RGB
CMYK
RGB Variations
Color information
#B962AF (or 0xB962AF) is known color: Fuchsia. HEX triplet: B9, 62 and AF. RGB value is (185,98,175). Sum of RGB (Red+Green+Blue) = 185+98+175=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B962AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962AF is #469D50. Grayscale: #848484. Windows color (decimal): -4627793 or 11494073. OLE color: 11494073.
HSL color Cylindrical-coordinate representation of color #B962AF: hue angle of 306.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B962AF is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 175 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.27 |
| HSL | 306.9º | 0.38% | 0.55% | - |
| HSV(B) | 306.9º | 0.47% | 0.73% | - |
| XYZ | 32.11 | 22.14 | 43.14 | - |
| YUV | 132.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 175 | 0 | 0.47 | 0.05 | 0.27 | 306.9 | 0.38 | 0.55 |
| Hex | B9 | 62 | AF | 0 | 2F | 5 | 1B | 133 | 26 | 37 |
| Octal | 271 | 142 | 257 | 0 | 57 | 5 | 33 | 463 | 46 | 67 |
| Binary | 10111001 | 1100010 | 10101111 | 0 | 101111 | 101 | 11011 | 100110011 | 100110 | 110111 |
Color Harmonies of #B962AF
Complementary color
Monochromatic Colors of #B962AF
Black with #B962AF
Text Example
Text Example
White with #B962AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962AF; }
p { color: rgb(185,98,175); }
H1.HeaderClassName
{
color: #B962AF;
}
.AnyTagClassName
{
color: #B962AF;
}
</style>
background-color css
<style>
a { background-color: #B962AF; }
a { background-color: rgb(185,98,175); }
div.DivClassName
{
background-color: #B962AF;
}
.BgClassName
{
background-color: #B962AF;
}
</style>
border-color css
<style>
span { border-color: #B962AF; }
span { border-color: rgb(185,98,175); }
td.TdClassName
{
border-color: #B962AF;
}
.TagClassName
{
border-color: #B962AF;
}
</style>