Shades of Fuchsia #B965AD
Tints of Fuchsia #B965AD
RGB
CMYK
RGB Variations
Color information
#B965AD (or 0xB965AD) is known color: Fuchsia. HEX triplet: B9, 65 and AD. RGB value is (185,101,173). Sum of RGB (Red+Green+Blue) = 185+101+173=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B965AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965AD is #469A52. Grayscale: #868686. Windows color (decimal): -4627027 or 11363769. OLE color: 11363769.
HSL color Cylindrical-coordinate representation of color #B965AD: hue angle of 308.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B965AD is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 173 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.27 |
| HSL | 308.57º | 0.38% | 0.56% | - |
| HSV(B) | 308.57º | 0.45% | 0.73% | - |
| XYZ | 32.2 | 22.64 | 42.21 | - |
| YUV | 134.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 173 | 0 | 0.45 | 0.06 | 0.27 | 308.57 | 0.38 | 0.56 |
| Hex | B9 | 65 | AD | 0 | 2D | 6 | 1B | 135 | 26 | 38 |
| Octal | 271 | 145 | 255 | 0 | 55 | 6 | 33 | 465 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10101101 | 0 | 101101 | 110 | 11011 | 100110101 | 100110 | 111000 |
Color Harmonies of #B965AD
Complementary color
Monochromatic Colors of #B965AD
Black with #B965AD
Text Example
Text Example
White with #B965AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965AD; }
p { color: rgb(185,101,173); }
H1.HeaderClassName
{
color: #B965AD;
}
.AnyTagClassName
{
color: #B965AD;
}
</style>
background-color css
<style>
a { background-color: #B965AD; }
a { background-color: rgb(185,101,173); }
div.DivClassName
{
background-color: #B965AD;
}
.BgClassName
{
background-color: #B965AD;
}
</style>
border-color css
<style>
span { border-color: #B965AD; }
span { border-color: rgb(185,101,173); }
td.TdClassName
{
border-color: #B965AD;
}
.TagClassName
{
border-color: #B965AD;
}
</style>