Shades of Fuchsia #B830BC
Tints of Fuchsia #B830BC
RGB
CMYK
RGB Variations
Color information
#B830BC (or 0xB830BC) is known color: Fuchsia. HEX triplet: B8, 30 and BC. RGB value is (184,48,188). Sum of RGB (Red+Green+Blue) = 184+48+188=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #B830BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830BC is #47CF43. Grayscale: #686868. Windows color (decimal): -4706116 or 12333240. OLE color: 12333240.
HSL color Cylindrical-coordinate representation of color #B830BC: hue angle of 298.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B830BC is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 48 | 188 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.26 |
| HSL | 298.29º | 0.59% | 0.46% | - |
| HSV(B) | 298.29º | 0.74% | 0.74% | - |
| XYZ | 29.9 | 15.94 | 49.08 | - |
| YUV | 104.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 188 | 0.02 | 0.74 | 0 | 0.26 | 298.29 | 0.59 | 0.46 |
| Hex | B8 | 30 | BC | 2 | 4A | 0 | 1A | 12A | 3B | 2E |
| Octal | 270 | 60 | 274 | 2 | 112 | 0 | 32 | 452 | 73 | 56 |
| Binary | 10111000 | 110000 | 10111100 | 10 | 1001010 | 0 | 11010 | 100101010 | 111011 | 101110 |
Color Harmonies of #B830BC
Complementary color
Monochromatic Colors of #B830BC
Black with #B830BC
Text Example
Text Example
White with #B830BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830BC; }
p { color: rgb(184,48,188); }
H1.HeaderClassName
{
color: #B830BC;
}
.AnyTagClassName
{
color: #B830BC;
}
</style>
background-color css
<style>
a { background-color: #B830BC; }
a { background-color: rgb(184,48,188); }
div.DivClassName
{
background-color: #B830BC;
}
.BgClassName
{
background-color: #B830BC;
}
</style>
border-color css
<style>
span { border-color: #B830BC; }
span { border-color: rgb(184,48,188); }
td.TdClassName
{
border-color: #B830BC;
}
.TagClassName
{
border-color: #B830BC;
}
</style>