Shades of Fuchsia #B83FC3
Tints of Fuchsia #B83FC3
RGB
CMYK
RGB Variations
Color information
#B83FC3 (or 0xB83FC3) is known color: Fuchsia. HEX triplet: B8, 3F and C3. RGB value is (184,63,195). Sum of RGB (Red+Green+Blue) = 184+63+195=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #B83FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FC3 is #47C03C. Grayscale: #717171. Windows color (decimal): -4702269 or 12795832. OLE color: 12795832.
HSL color Cylindrical-coordinate representation of color #B83FC3: hue angle of 295º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83FC3 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 63 | 195 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.24 |
| HSL | 295º | 0.52% | 0.51% | - |
| HSV(B) | 295º | 0.68% | 0.76% | - |
| XYZ | 31.4 | 17.69 | 53.39 | - |
| YUV | 114.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 195 | 0.06 | 0.68 | 0 | 0.24 | 295 | 0.52 | 0.51 |
| Hex | B8 | 3F | C3 | 6 | 44 | 0 | 18 | 127 | 34 | 33 |
| Octal | 270 | 77 | 303 | 6 | 104 | 0 | 30 | 447 | 64 | 63 |
| Binary | 10111000 | 111111 | 11000011 | 110 | 1000100 | 0 | 11000 | 100100111 | 110100 | 110011 |
Color Harmonies of #B83FC3
Complementary color
Monochromatic Colors of #B83FC3
Black with #B83FC3
Text Example
Text Example
White with #B83FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FC3; }
p { color: rgb(184,63,195); }
H1.HeaderClassName
{
color: #B83FC3;
}
.AnyTagClassName
{
color: #B83FC3;
}
</style>
background-color css
<style>
a { background-color: #B83FC3; }
a { background-color: rgb(184,63,195); }
div.DivClassName
{
background-color: #B83FC3;
}
.BgClassName
{
background-color: #B83FC3;
}
</style>
border-color css
<style>
span { border-color: #B83FC3; }
span { border-color: rgb(184,63,195); }
td.TdClassName
{
border-color: #B83FC3;
}
.TagClassName
{
border-color: #B83FC3;
}
</style>