Shades of Fuchsia #B83FAA
Tints of Fuchsia #B83FAA
RGB
CMYK
RGB Variations
Color information
#B83FAA (or 0xB83FAA) is known color: Fuchsia. HEX triplet: B8, 3F and AA. RGB value is (184,63,170). Sum of RGB (Red+Green+Blue) = 184+63+170=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B83FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83FAA is #47C055. Grayscale: #6F6F6F. Windows color (decimal): -4702294 or 11157432. OLE color: 11157432.
HSL color Cylindrical-coordinate representation of color #B83FAA: hue angle of 306.94º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83FAA is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 170 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.28 |
| HSL | 306.94º | 0.49% | 0.48% | - |
| HSV(B) | 306.94º | 0.66% | 0.72% | - |
| XYZ | 28.8 | 16.65 | 39.73 | - |
| YUV | 111.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 170 | 0 | 0.66 | 0.08 | 0.28 | 306.94 | 0.49 | 0.48 |
| Hex | B8 | 3F | AA | 0 | 42 | 8 | 1C | 133 | 31 | 30 |
| Octal | 270 | 77 | 252 | 0 | 102 | 10 | 34 | 463 | 61 | 60 |
| Binary | 10111000 | 111111 | 10101010 | 0 | 1000010 | 1000 | 11100 | 100110011 | 110001 | 110000 |
Color Harmonies of #B83FAA
Complementary color
Monochromatic Colors of #B83FAA
Black with #B83FAA
Text Example
Text Example
White with #B83FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FAA; }
p { color: rgb(184,63,170); }
H1.HeaderClassName
{
color: #B83FAA;
}
.AnyTagClassName
{
color: #B83FAA;
}
</style>
background-color css
<style>
a { background-color: #B83FAA; }
a { background-color: rgb(184,63,170); }
div.DivClassName
{
background-color: #B83FAA;
}
.BgClassName
{
background-color: #B83FAA;
}
</style>
border-color css
<style>
span { border-color: #B83FAA; }
span { border-color: rgb(184,63,170); }
td.TdClassName
{
border-color: #B83FAA;
}
.TagClassName
{
border-color: #B83FAA;
}
</style>