Shades of Fuchsia #B961AD
Tints of Fuchsia #B961AD
RGB
CMYK
RGB Variations
Color information
#B961AD (or 0xB961AD) is known color: Fuchsia. HEX triplet: B9, 61 and AD. RGB value is (185,97,173). Sum of RGB (Red+Green+Blue) = 185+97+173=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AD is #469E52. Grayscale: #838383. Windows color (decimal): -4628051 or 11362745. OLE color: 11362745.
HSL color Cylindrical-coordinate representation of color #B961AD: hue angle of 308.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B961AD is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 97 | 173 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.27 |
| HSL | 308.18º | 0.39% | 0.55% | - |
| HSV(B) | 308.18º | 0.48% | 0.73% | - |
| XYZ | 31.83 | 21.88 | 42.08 | - |
| YUV | 131.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 173 | 0 | 0.48 | 0.06 | 0.27 | 308.18 | 0.39 | 0.55 |
| Hex | B9 | 61 | AD | 0 | 30 | 6 | 1B | 134 | 27 | 37 |
| Octal | 271 | 141 | 255 | 0 | 60 | 6 | 33 | 464 | 47 | 67 |
| Binary | 10111001 | 1100001 | 10101101 | 0 | 110000 | 110 | 11011 | 100110100 | 100111 | 110111 |
Color Harmonies of #B961AD
Complementary color
Monochromatic Colors of #B961AD
Black with #B961AD
Text Example
Text Example
White with #B961AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961AD; }
p { color: rgb(185,97,173); }
H1.HeaderClassName
{
color: #B961AD;
}
.AnyTagClassName
{
color: #B961AD;
}
</style>
background-color css
<style>
a { background-color: #B961AD; }
a { background-color: rgb(185,97,173); }
div.DivClassName
{
background-color: #B961AD;
}
.BgClassName
{
background-color: #B961AD;
}
</style>
border-color css
<style>
span { border-color: #B961AD; }
span { border-color: rgb(185,97,173); }
td.TdClassName
{
border-color: #B961AD;
}
.TagClassName
{
border-color: #B961AD;
}
</style>