Shades of Fuchsia #B964AD
Tints of Fuchsia #B964AD
RGB
CMYK
RGB Variations
Color information
#B964AD (or 0xB964AD) is known color: Fuchsia. HEX triplet: B9, 64 and AD. RGB value is (185,100,173). Sum of RGB (Red+Green+Blue) = 185+100+173=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B964AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B964AD is #469B52. Grayscale: #858585. Windows color (decimal): -4627283 or 11363513. OLE color: 11363513.
HSL color Cylindrical-coordinate representation of color #B964AD: hue angle of 308.47º 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 #B964AD is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 173 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.27 |
| HSL | 308.47º | 0.38% | 0.56% | - |
| HSV(B) | 308.47º | 0.46% | 0.73% | - |
| XYZ | 32.11 | 22.45 | 42.18 | - |
| YUV | 133.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 173 | 0 | 0.46 | 0.06 | 0.27 | 308.47 | 0.38 | 0.56 |
| Hex | B9 | 64 | AD | 0 | 2E | 6 | 1B | 134 | 26 | 38 |
| Octal | 271 | 144 | 255 | 0 | 56 | 6 | 33 | 464 | 46 | 70 |
| Binary | 10111001 | 1100100 | 10101101 | 0 | 101110 | 110 | 11011 | 100110100 | 100110 | 111000 |
Color Harmonies of #B964AD
Complementary color
Monochromatic Colors of #B964AD
Black with #B964AD
Text Example
Text Example
White with #B964AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B964AD; }
p { color: rgb(185,100,173); }
H1.HeaderClassName
{
color: #B964AD;
}
.AnyTagClassName
{
color: #B964AD;
}
</style>
background-color css
<style>
a { background-color: #B964AD; }
a { background-color: rgb(185,100,173); }
div.DivClassName
{
background-color: #B964AD;
}
.BgClassName
{
background-color: #B964AD;
}
</style>
border-color css
<style>
span { border-color: #B964AD; }
span { border-color: rgb(185,100,173); }
td.TdClassName
{
border-color: #B964AD;
}
.TagClassName
{
border-color: #B964AD;
}
</style>