Shades of Fuchsia #B83BBA
Tints of Fuchsia #B83BBA
RGB
CMYK
RGB Variations
Color information
#B83BBA (or 0xB83BBA) is known color: Fuchsia. HEX triplet: B8, 3B and BA. RGB value is (184,59,186). Sum of RGB (Red+Green+Blue) = 184+59+186=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #B83BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BBA is #47C445. Grayscale: #6E6E6E. Windows color (decimal): -4703302 or 12204984. OLE color: 12204984.
HSL color Cylindrical-coordinate representation of color #B83BBA: hue angle of 299.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83BBA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 59 | 186 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.27 |
| HSL | 299.06º | 0.52% | 0.48% | - |
| HSV(B) | 299.06º | 0.68% | 0.73% | - |
| XYZ | 30.19 | 16.86 | 48.12 | - |
| YUV | 110.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 186 | 0.01 | 0.68 | 0 | 0.27 | 299.06 | 0.52 | 0.48 |
| Hex | B8 | 3B | BA | 1 | 44 | 0 | 1B | 12B | 34 | 30 |
| Octal | 270 | 73 | 272 | 1 | 104 | 0 | 33 | 453 | 64 | 60 |
| Binary | 10111000 | 111011 | 10111010 | 1 | 1000100 | 0 | 11011 | 100101011 | 110100 | 110000 |
Color Harmonies of #B83BBA
Complementary color
Monochromatic Colors of #B83BBA
Black with #B83BBA
Text Example
Text Example
White with #B83BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83BBA; }
p { color: rgb(184,59,186); }
H1.HeaderClassName
{
color: #B83BBA;
}
.AnyTagClassName
{
color: #B83BBA;
}
</style>
background-color css
<style>
a { background-color: #B83BBA; }
a { background-color: rgb(184,59,186); }
div.DivClassName
{
background-color: #B83BBA;
}
.BgClassName
{
background-color: #B83BBA;
}
</style>
border-color css
<style>
span { border-color: #B83BBA; }
span { border-color: rgb(184,59,186); }
td.TdClassName
{
border-color: #B83BBA;
}
.TagClassName
{
border-color: #B83BBA;
}
</style>