Shades of Fuchsia #B83AC2
Tints of Fuchsia #B83AC2
RGB
CMYK
RGB Variations
Color information
#B83AC2 (or 0xB83AC2) is known color: Fuchsia. HEX triplet: B8, 3A and C2. RGB value is (184,58,194). Sum of RGB (Red+Green+Blue) = 184+58+194=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #B83AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83AC2 is #47C53D. Grayscale: #6E6E6E. Windows color (decimal): -4703550 or 12729016. OLE color: 12729016.
HSL color Cylindrical-coordinate representation of color #B83AC2: hue angle of 295.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83AC2 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 58 | 194 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.24 |
| HSL | 295.59º | 0.54% | 0.49% | - |
| HSV(B) | 295.59º | 0.7% | 0.76% | - |
| XYZ | 31.02 | 17.11 | 52.71 | - |
| YUV | 111.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 194 | 0.05 | 0.70 | 0 | 0.24 | 295.59 | 0.54 | 0.49 |
| Hex | B8 | 3A | C2 | 5 | 46 | 0 | 18 | 128 | 36 | 31 |
| Octal | 270 | 72 | 302 | 5 | 106 | 0 | 30 | 450 | 66 | 61 |
| Binary | 10111000 | 111010 | 11000010 | 101 | 1000110 | 0 | 11000 | 100101000 | 110110 | 110001 |
Color Harmonies of #B83AC2
Complementary color
Monochromatic Colors of #B83AC2
Black with #B83AC2
Text Example
Text Example
White with #B83AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83AC2; }
p { color: rgb(184,58,194); }
H1.HeaderClassName
{
color: #B83AC2;
}
.AnyTagClassName
{
color: #B83AC2;
}
</style>
background-color css
<style>
a { background-color: #B83AC2; }
a { background-color: rgb(184,58,194); }
div.DivClassName
{
background-color: #B83AC2;
}
.BgClassName
{
background-color: #B83AC2;
}
</style>
border-color css
<style>
span { border-color: #B83AC2; }
span { border-color: rgb(184,58,194); }
td.TdClassName
{
border-color: #B83AC2;
}
.TagClassName
{
border-color: #B83AC2;
}
</style>