Shades of Fuchsia #B83DBF
Tints of Fuchsia #B83DBF
RGB
CMYK
RGB Variations
Color information
#B83DBF (or 0xB83DBF) is known color: Fuchsia. HEX triplet: B8, 3D and BF. RGB value is (184,61,191). Sum of RGB (Red+Green+Blue) = 184+61+191=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #B83DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DBF is #47C240. Grayscale: #707070. Windows color (decimal): -4702785 or 12533176. OLE color: 12533176.
HSL color Cylindrical-coordinate representation of color #B83DBF: hue angle of 296.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83DBF is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 61 | 191 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.25 |
| HSL | 296.77º | 0.52% | 0.49% | - |
| HSV(B) | 296.77º | 0.68% | 0.75% | - |
| XYZ | 30.84 | 17.29 | 51 | - |
| YUV | 112.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 191 | 0.04 | 0.68 | 0 | 0.25 | 296.77 | 0.52 | 0.49 |
| Hex | B8 | 3D | BF | 4 | 44 | 0 | 19 | 129 | 34 | 31 |
| Octal | 270 | 75 | 277 | 4 | 104 | 0 | 31 | 451 | 64 | 61 |
| Binary | 10111000 | 111101 | 10111111 | 100 | 1000100 | 0 | 11001 | 100101001 | 110100 | 110001 |
Color Harmonies of #B83DBF
Complementary color
Monochromatic Colors of #B83DBF
Black with #B83DBF
Text Example
Text Example
White with #B83DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DBF; }
p { color: rgb(184,61,191); }
H1.HeaderClassName
{
color: #B83DBF;
}
.AnyTagClassName
{
color: #B83DBF;
}
</style>
background-color css
<style>
a { background-color: #B83DBF; }
a { background-color: rgb(184,61,191); }
div.DivClassName
{
background-color: #B83DBF;
}
.BgClassName
{
background-color: #B83DBF;
}
</style>
border-color css
<style>
span { border-color: #B83DBF; }
span { border-color: rgb(184,61,191); }
td.TdClassName
{
border-color: #B83DBF;
}
.TagClassName
{
border-color: #B83DBF;
}
</style>