Shades of Fuchsia #B13CBA
Tints of Fuchsia #B13CBA
RGB
CMYK
RGB Variations
Color information
#B13CBA (or 0xB13CBA) is known color: Fuchsia. HEX triplet: B1, 3C and BA. RGB value is (177,60,186). Sum of RGB (Red+Green+Blue) = 177+60+186=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #B13CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CBA is #4EC345. Grayscale: #6C6C6C. Windows color (decimal): -5161798 or 12205233. OLE color: 12205233.
HSL color Cylindrical-coordinate representation of color #B13CBA: hue angle of 295.71º 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 #B13CBA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 60 | 186 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.27 |
| HSL | 295.71º | 0.51% | 0.48% | - |
| HSV(B) | 295.71º | 0.68% | 0.73% | - |
| XYZ | 28.61 | 16.12 | 48.06 | - |
| YUV | 109.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 186 | 0.05 | 0.68 | 0 | 0.27 | 295.71 | 0.51 | 0.48 |
| Hex | B1 | 3C | BA | 5 | 44 | 0 | 1B | 128 | 33 | 30 |
| Octal | 261 | 74 | 272 | 5 | 104 | 0 | 33 | 450 | 63 | 60 |
| Binary | 10110001 | 111100 | 10111010 | 101 | 1000100 | 0 | 11011 | 100101000 | 110011 | 110000 |
Color Harmonies of #B13CBA
Complementary color
Monochromatic Colors of #B13CBA
Black with #B13CBA
Text Example
Text Example
White with #B13CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CBA; }
p { color: rgb(177,60,186); }
H1.HeaderClassName
{
color: #B13CBA;
}
.AnyTagClassName
{
color: #B13CBA;
}
</style>
background-color css
<style>
a { background-color: #B13CBA; }
a { background-color: rgb(177,60,186); }
div.DivClassName
{
background-color: #B13CBA;
}
.BgClassName
{
background-color: #B13CBA;
}
</style>
border-color css
<style>
span { border-color: #B13CBA; }
span { border-color: rgb(177,60,186); }
td.TdClassName
{
border-color: #B13CBA;
}
.TagClassName
{
border-color: #B13CBA;
}
</style>