Shades of Fuchsia #B865AC
Tints of Fuchsia #B865AC
RGB
CMYK
RGB Variations
Color information
#B865AC (or 0xB865AC) is known color: Fuchsia. HEX triplet: B8, 65 and AC. RGB value is (184,101,172). Sum of RGB (Red+Green+Blue) = 184+101+172=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B865AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B865AC is #479A53. Grayscale: #858585. Windows color (decimal): -4692564 or 11298232. OLE color: 11298232.
HSL color Cylindrical-coordinate representation of color #B865AC: hue angle of 308.67º 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 #B865AC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 172 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.28 |
| HSL | 308.67º | 0.37% | 0.56% | - |
| HSV(B) | 308.67º | 0.45% | 0.72% | - |
| XYZ | 31.87 | 22.48 | 41.69 | - |
| YUV | 133.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 172 | 0 | 0.45 | 0.07 | 0.28 | 308.67 | 0.37 | 0.56 |
| Hex | B8 | 65 | AC | 0 | 2D | 7 | 1C | 135 | 25 | 38 |
| Octal | 270 | 145 | 254 | 0 | 55 | 7 | 34 | 465 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10101100 | 0 | 101101 | 111 | 11100 | 100110101 | 100101 | 111000 |
Color Harmonies of #B865AC
Complementary color
Monochromatic Colors of #B865AC
Black with #B865AC
Text Example
Text Example
White with #B865AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865AC; }
p { color: rgb(184,101,172); }
H1.HeaderClassName
{
color: #B865AC;
}
.AnyTagClassName
{
color: #B865AC;
}
</style>
background-color css
<style>
a { background-color: #B865AC; }
a { background-color: rgb(184,101,172); }
div.DivClassName
{
background-color: #B865AC;
}
.BgClassName
{
background-color: #B865AC;
}
</style>
border-color css
<style>
span { border-color: #B865AC; }
span { border-color: rgb(184,101,172); }
td.TdClassName
{
border-color: #B865AC;
}
.TagClassName
{
border-color: #B865AC;
}
</style>