Shades of Fuchsia #B83CBA
Tints of Fuchsia #B83CBA
RGB
CMYK
RGB Variations
Color information
#B83CBA (or 0xB83CBA) is known color: Fuchsia. HEX triplet: B8, 3C and BA. RGB value is (184,60,186). Sum of RGB (Red+Green+Blue) = 184+60+186=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #B83CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83CBA is #47C345. Grayscale: #6F6F6F. Windows color (decimal): -4703046 or 12205240. OLE color: 12205240.
HSL color Cylindrical-coordinate representation of color #B83CBA: hue angle of 299.05º degrees, saturation: 0.51, 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 #B83CBA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 60 | 186 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.27 |
| HSL | 299.05º | 0.51% | 0.48% | - |
| HSV(B) | 299.05º | 0.68% | 0.73% | - |
| XYZ | 30.25 | 16.97 | 48.14 | - |
| YUV | 111.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 186 | 0.01 | 0.68 | 0 | 0.27 | 299.05 | 0.51 | 0.48 |
| Hex | B8 | 3C | BA | 1 | 44 | 0 | 1B | 12B | 33 | 30 |
| Octal | 270 | 74 | 272 | 1 | 104 | 0 | 33 | 453 | 63 | 60 |
| Binary | 10111000 | 111100 | 10111010 | 1 | 1000100 | 0 | 11011 | 100101011 | 110011 | 110000 |
Color Harmonies of #B83CBA
Complementary color
Monochromatic Colors of #B83CBA
Black with #B83CBA
Text Example
Text Example
White with #B83CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83CBA; }
p { color: rgb(184,60,186); }
H1.HeaderClassName
{
color: #B83CBA;
}
.AnyTagClassName
{
color: #B83CBA;
}
</style>
background-color css
<style>
a { background-color: #B83CBA; }
a { background-color: rgb(184,60,186); }
div.DivClassName
{
background-color: #B83CBA;
}
.BgClassName
{
background-color: #B83CBA;
}
</style>
border-color css
<style>
span { border-color: #B83CBA; }
span { border-color: rgb(184,60,186); }
td.TdClassName
{
border-color: #B83CBA;
}
.TagClassName
{
border-color: #B83CBA;
}
</style>