Shades of Fuchsia #B830B3
Tints of Fuchsia #B830B3
RGB
CMYK
RGB Variations
Color information
#B830B3 (or 0xB830B3) is known color: Fuchsia. HEX triplet: B8, 30 and B3. RGB value is (184,48,179). Sum of RGB (Red+Green+Blue) = 184+48+179=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B830B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830B3 is #47CF4C. Grayscale: #676767. Windows color (decimal): -4706125 or 11743416. OLE color: 11743416.
HSL color Cylindrical-coordinate representation of color #B830B3: hue angle of 302.21º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B830B3 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 179 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.28 |
| HSL | 302.21º | 0.59% | 0.45% | - |
| HSV(B) | 302.21º | 0.74% | 0.72% | - |
| XYZ | 28.96 | 15.56 | 44.12 | - |
| YUV | 103.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 179 | 0 | 0.74 | 0.03 | 0.28 | 302.21 | 0.59 | 0.45 |
| Hex | B8 | 30 | B3 | 0 | 4A | 3 | 1C | 12E | 3B | 2D |
| Octal | 270 | 60 | 263 | 0 | 112 | 3 | 34 | 456 | 73 | 55 |
| Binary | 10111000 | 110000 | 10110011 | 0 | 1001010 | 11 | 11100 | 100101110 | 111011 | 101101 |
Color Harmonies of #B830B3
Complementary color
Monochromatic Colors of #B830B3
Black with #B830B3
Text Example
Text Example
White with #B830B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830B3; }
p { color: rgb(184,48,179); }
H1.HeaderClassName
{
color: #B830B3;
}
.AnyTagClassName
{
color: #B830B3;
}
</style>
background-color css
<style>
a { background-color: #B830B3; }
a { background-color: rgb(184,48,179); }
div.DivClassName
{
background-color: #B830B3;
}
.BgClassName
{
background-color: #B830B3;
}
</style>
border-color css
<style>
span { border-color: #B830B3; }
span { border-color: rgb(184,48,179); }
td.TdClassName
{
border-color: #B830B3;
}
.TagClassName
{
border-color: #B830B3;
}
</style>