Shades of Fuchsia #B83BBC
Tints of Fuchsia #B83BBC
RGB
CMYK
RGB Variations
Color information
#B83BBC (or 0xB83BBC) is known color: Fuchsia. HEX triplet: B8, 3B and BC. RGB value is (184,59,188). Sum of RGB (Red+Green+Blue) = 184+59+188=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #B83BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BBC is #47C443. Grayscale: #6E6E6E. Windows color (decimal): -4703300 or 12336056. OLE color: 12336056.
HSL color Cylindrical-coordinate representation of color #B83BBC: hue angle of 298.14º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83BBC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 59 | 188 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.26 |
| HSL | 298.14º | 0.52% | 0.48% | - |
| HSV(B) | 298.14º | 0.69% | 0.74% | - |
| XYZ | 30.41 | 16.95 | 49.25 | - |
| YUV | 111.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 188 | 0.02 | 0.69 | 0 | 0.26 | 298.14 | 0.52 | 0.48 |
| Hex | B8 | 3B | BC | 2 | 45 | 0 | 1A | 12A | 34 | 30 |
| Octal | 270 | 73 | 274 | 2 | 105 | 0 | 32 | 452 | 64 | 60 |
| Binary | 10111000 | 111011 | 10111100 | 10 | 1000101 | 0 | 11010 | 100101010 | 110100 | 110000 |
Color Harmonies of #B83BBC
Complementary color
Monochromatic Colors of #B83BBC
Black with #B83BBC
Text Example
Text Example
White with #B83BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BBC; }
p { color: rgb(184,59,188); }
H1.HeaderClassName
{
color: #B83BBC;
}
.AnyTagClassName
{
color: #B83BBC;
}
</style>
background-color css
<style>
a { background-color: #B83BBC; }
a { background-color: rgb(184,59,188); }
div.DivClassName
{
background-color: #B83BBC;
}
.BgClassName
{
background-color: #B83BBC;
}
</style>
border-color css
<style>
span { border-color: #B83BBC; }
span { border-color: rgb(184,59,188); }
td.TdClassName
{
border-color: #B83BBC;
}
.TagClassName
{
border-color: #B83BBC;
}
</style>