Shades of Fuchsia #B865BA
Tints of Fuchsia #B865BA
RGB
CMYK
RGB Variations
Color information
#B865BA (or 0xB865BA) is known color: Fuchsia. HEX triplet: B8, 65 and BA. RGB value is (184,101,186). Sum of RGB (Red+Green+Blue) = 184+101+186=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #B865BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865BA is #479A45. Grayscale: #878787. Windows color (decimal): -4692550 or 12215736. OLE color: 12215736.
HSL color Cylindrical-coordinate representation of color #B865BA: hue angle of 298.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B865BA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 101 | 186 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.27 |
| HSL | 298.59º | 0.38% | 0.56% | - |
| HSV(B) | 298.59º | 0.46% | 0.73% | - |
| XYZ | 33.28 | 23.04 | 49.15 | - |
| YUV | 135.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 186 | 0.01 | 0.46 | 0 | 0.27 | 298.59 | 0.38 | 0.56 |
| Hex | B8 | 65 | BA | 1 | 2E | 0 | 1B | 12B | 26 | 38 |
| Octal | 270 | 145 | 272 | 1 | 56 | 0 | 33 | 453 | 46 | 70 |
| Binary | 10111000 | 1100101 | 10111010 | 1 | 101110 | 0 | 11011 | 100101011 | 100110 | 111000 |
Color Harmonies of #B865BA
Complementary color
Monochromatic Colors of #B865BA
Black with #B865BA
Text Example
Text Example
White with #B865BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865BA; }
p { color: rgb(184,101,186); }
H1.HeaderClassName
{
color: #B865BA;
}
.AnyTagClassName
{
color: #B865BA;
}
</style>
background-color css
<style>
a { background-color: #B865BA; }
a { background-color: rgb(184,101,186); }
div.DivClassName
{
background-color: #B865BA;
}
.BgClassName
{
background-color: #B865BA;
}
</style>
border-color css
<style>
span { border-color: #B865BA; }
span { border-color: rgb(184,101,186); }
td.TdClassName
{
border-color: #B865BA;
}
.TagClassName
{
border-color: #B865BA;
}
</style>