Shades of Fuchsia #B865B5
Tints of Fuchsia #B865B5
RGB
CMYK
RGB Variations
Color information
#B865B5 (or 0xB865B5) is known color: Fuchsia. HEX triplet: B8, 65 and B5. RGB value is (184,101,181). Sum of RGB (Red+Green+Blue) = 184+101+181=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B865B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865B5 is #479A4A. Grayscale: #868686. Windows color (decimal): -4692555 or 11888056. OLE color: 11888056.
HSL color Cylindrical-coordinate representation of color #B865B5: hue angle of 302.17º 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 #B865B5 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 181 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.28 |
| HSL | 302.17º | 0.37% | 0.56% | - |
| HSV(B) | 302.17º | 0.45% | 0.72% | - |
| XYZ | 32.76 | 22.83 | 46.4 | - |
| YUV | 134.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 181 | 0 | 0.45 | 0.02 | 0.28 | 302.17 | 0.37 | 0.56 |
| Hex | B8 | 65 | B5 | 0 | 2D | 2 | 1C | 12E | 25 | 38 |
| Octal | 270 | 145 | 265 | 0 | 55 | 2 | 34 | 456 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10110101 | 0 | 101101 | 10 | 11100 | 100101110 | 100101 | 111000 |
Color Harmonies of #B865B5
Complementary color
Monochromatic Colors of #B865B5
Black with #B865B5
Text Example
Text Example
White with #B865B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865B5; }
p { color: rgb(184,101,181); }
H1.HeaderClassName
{
color: #B865B5;
}
.AnyTagClassName
{
color: #B865B5;
}
</style>
background-color css
<style>
a { background-color: #B865B5; }
a { background-color: rgb(184,101,181); }
div.DivClassName
{
background-color: #B865B5;
}
.BgClassName
{
background-color: #B865B5;
}
</style>
border-color css
<style>
span { border-color: #B865B5; }
span { border-color: rgb(184,101,181); }
td.TdClassName
{
border-color: #B865B5;
}
.TagClassName
{
border-color: #B865B5;
}
</style>