Shades of Fuchsia #B865B6
Tints of Fuchsia #B865B6
RGB
CMYK
RGB Variations
Color information
#B865B6 (or 0xB865B6) is known color: Fuchsia. HEX triplet: B8, 65 and B6. RGB value is (184,101,182). Sum of RGB (Red+Green+Blue) = 184+101+182=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B865B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865B6 is #479A49. Grayscale: #868686. Windows color (decimal): -4692554 or 11953592. OLE color: 11953592.
HSL color Cylindrical-coordinate representation of color #B865B6: hue angle of 301.45º 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 #B865B6 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 182 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.28 |
| HSL | 301.45º | 0.37% | 0.56% | - |
| HSV(B) | 301.45º | 0.45% | 0.72% | - |
| XYZ | 32.86 | 22.88 | 46.94 | - |
| YUV | 135.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 182 | 0 | 0.45 | 0.01 | 0.28 | 301.45 | 0.37 | 0.56 |
| Hex | B8 | 65 | B6 | 0 | 2D | 1 | 1C | 12D | 25 | 38 |
| Octal | 270 | 145 | 266 | 0 | 55 | 1 | 34 | 455 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10110110 | 0 | 101101 | 1 | 11100 | 100101101 | 100101 | 111000 |
Color Harmonies of #B865B6
Complementary color
Monochromatic Colors of #B865B6
Black with #B865B6
Text Example
Text Example
White with #B865B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865B6; }
p { color: rgb(184,101,182); }
H1.HeaderClassName
{
color: #B865B6;
}
.AnyTagClassName
{
color: #B865B6;
}
</style>
background-color css
<style>
a { background-color: #B865B6; }
a { background-color: rgb(184,101,182); }
div.DivClassName
{
background-color: #B865B6;
}
.BgClassName
{
background-color: #B865B6;
}
</style>
border-color css
<style>
span { border-color: #B865B6; }
span { border-color: rgb(184,101,182); }
td.TdClassName
{
border-color: #B865B6;
}
.TagClassName
{
border-color: #B865B6;
}
</style>