Shades of Fuchsia #B866AD
Tints of Fuchsia #B866AD
RGB
CMYK
RGB Variations
Color information
#B866AD (or 0xB866AD) is known color: Fuchsia. HEX triplet: B8, 66 and AD. RGB value is (184,102,173). Sum of RGB (Red+Green+Blue) = 184+102+173=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B866AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B866AD is #479952. Grayscale: #868686. Windows color (decimal): -4692307 or 11364024. OLE color: 11364024.
HSL color Cylindrical-coordinate representation of color #B866AD: hue angle of 308.05º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B866AD is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 173 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.28 |
| HSL | 308.05º | 0.37% | 0.56% | - |
| HSV(B) | 308.05º | 0.45% | 0.72% | - |
| XYZ | 32.06 | 22.71 | 42.23 | - |
| YUV | 134.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 173 | 0 | 0.45 | 0.06 | 0.28 | 308.05 | 0.37 | 0.56 |
| Hex | B8 | 66 | AD | 0 | 2D | 6 | 1C | 134 | 25 | 38 |
| Octal | 270 | 146 | 255 | 0 | 55 | 6 | 34 | 464 | 45 | 70 |
| Binary | 10111000 | 1100110 | 10101101 | 0 | 101101 | 110 | 11100 | 100110100 | 100101 | 111000 |
Color Harmonies of #B866AD
Complementary color
Monochromatic Colors of #B866AD
Black with #B866AD
Text Example
Text Example
White with #B866AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B866AD; }
p { color: rgb(184,102,173); }
H1.HeaderClassName
{
color: #B866AD;
}
.AnyTagClassName
{
color: #B866AD;
}
</style>
background-color css
<style>
a { background-color: #B866AD; }
a { background-color: rgb(184,102,173); }
div.DivClassName
{
background-color: #B866AD;
}
.BgClassName
{
background-color: #B866AD;
}
</style>
border-color css
<style>
span { border-color: #B866AD; }
span { border-color: rgb(184,102,173); }
td.TdClassName
{
border-color: #B866AD;
}
.TagClassName
{
border-color: #B866AD;
}
</style>