Shades of Fuchsia #B83CC2
Tints of Fuchsia #B83CC2
RGB
CMYK
RGB Variations
Color information
#B83CC2 (or 0xB83CC2) is known color: Fuchsia. HEX triplet: B8, 3C and C2. RGB value is (184,60,194). Sum of RGB (Red+Green+Blue) = 184+60+194=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #B83CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CC2 is #47C33D. Grayscale: #6F6F6F. Windows color (decimal): -4703038 or 12729528. OLE color: 12729528.
HSL color Cylindrical-coordinate representation of color #B83CC2: hue angle of 295.52º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83CC2 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 60 | 194 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.24 |
| HSL | 295.52º | 0.53% | 0.5% | - |
| HSV(B) | 295.52º | 0.69% | 0.76% | - |
| XYZ | 31.12 | 17.32 | 52.74 | - |
| YUV | 112.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 194 | 0.05 | 0.69 | 0 | 0.24 | 295.52 | 0.53 | 0.5 |
| Hex | B8 | 3C | C2 | 5 | 45 | 0 | 18 | 128 | 35 | 32 |
| Octal | 270 | 74 | 302 | 5 | 105 | 0 | 30 | 450 | 65 | 62 |
| Binary | 10111000 | 111100 | 11000010 | 101 | 1000101 | 0 | 11000 | 100101000 | 110101 | 110010 |
Color Harmonies of #B83CC2
Complementary color
Monochromatic Colors of #B83CC2
Black with #B83CC2
Text Example
Text Example
White with #B83CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CC2; }
p { color: rgb(184,60,194); }
H1.HeaderClassName
{
color: #B83CC2;
}
.AnyTagClassName
{
color: #B83CC2;
}
</style>
background-color css
<style>
a { background-color: #B83CC2; }
a { background-color: rgb(184,60,194); }
div.DivClassName
{
background-color: #B83CC2;
}
.BgClassName
{
background-color: #B83CC2;
}
</style>
border-color css
<style>
span { border-color: #B83CC2; }
span { border-color: rgb(184,60,194); }
td.TdClassName
{
border-color: #B83CC2;
}
.TagClassName
{
border-color: #B83CC2;
}
</style>