Shades of Fuchsia #B82BBC
Tints of Fuchsia #B82BBC
RGB
CMYK
RGB Variations
Color information
#B82BBC (or 0xB82BBC) is known color: Fuchsia. HEX triplet: B8, 2B and BC. RGB value is (184,43,188). Sum of RGB (Red+Green+Blue) = 184+43+188=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #B82BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BBC is #47D443. Grayscale: #656565. Windows color (decimal): -4707396 or 12331960. OLE color: 12331960.
HSL color Cylindrical-coordinate representation of color #B82BBC: hue angle of 298.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82BBC is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 43 | 188 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.26 |
| HSL | 298.34º | 0.63% | 0.45% | - |
| HSV(B) | 298.34º | 0.77% | 0.74% | - |
| XYZ | 29.71 | 15.55 | 49.01 | - |
| YUV | 101.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 188 | 0.02 | 0.77 | 0 | 0.26 | 298.34 | 0.63 | 0.45 |
| Hex | B8 | 2B | BC | 2 | 4D | 0 | 1A | 12A | 3F | 2D |
| Octal | 270 | 53 | 274 | 2 | 115 | 0 | 32 | 452 | 77 | 55 |
| Binary | 10111000 | 101011 | 10111100 | 10 | 1001101 | 0 | 11010 | 100101010 | 111111 | 101101 |
Color Harmonies of #B82BBC
Complementary color
Monochromatic Colors of #B82BBC
Black with #B82BBC
Text Example
Text Example
White with #B82BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BBC; }
p { color: rgb(184,43,188); }
H1.HeaderClassName
{
color: #B82BBC;
}
.AnyTagClassName
{
color: #B82BBC;
}
</style>
background-color css
<style>
a { background-color: #B82BBC; }
a { background-color: rgb(184,43,188); }
div.DivClassName
{
background-color: #B82BBC;
}
.BgClassName
{
background-color: #B82BBC;
}
</style>
border-color css
<style>
span { border-color: #B82BBC; }
span { border-color: rgb(184,43,188); }
td.TdClassName
{
border-color: #B82BBC;
}
.TagClassName
{
border-color: #B82BBC;
}
</style>