Shades of Fuchsia #B13FBF
Tints of Fuchsia #B13FBF
RGB
CMYK
RGB Variations
Color information
#B13FBF (or 0xB13FBF) is known color: Fuchsia. HEX triplet: B1, 3F and BF. RGB value is (177,63,191). Sum of RGB (Red+Green+Blue) = 177+63+191=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #B13FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FBF is #4EC040. Grayscale: #6F6F6F. Windows color (decimal): -5161025 or 12533681. OLE color: 12533681.
HSL color Cylindrical-coordinate representation of color #B13FBF: hue angle of 293.44º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13FBF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 63 | 191 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.25 |
| HSL | 293.44º | 0.5% | 0.5% | - |
| HSV(B) | 293.44º | 0.67% | 0.75% | - |
| XYZ | 29.31 | 16.66 | 50.96 | - |
| YUV | 111.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 191 | 0.07 | 0.67 | 0 | 0.25 | 293.44 | 0.5 | 0.5 |
| Hex | B1 | 3F | BF | 7 | 43 | 0 | 19 | 125 | 32 | 32 |
| Octal | 261 | 77 | 277 | 7 | 103 | 0 | 31 | 445 | 62 | 62 |
| Binary | 10110001 | 111111 | 10111111 | 111 | 1000011 | 0 | 11001 | 100100101 | 110010 | 110010 |
Color Harmonies of #B13FBF
Complementary color
Monochromatic Colors of #B13FBF
Black with #B13FBF
Text Example
Text Example
White with #B13FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FBF; }
p { color: rgb(177,63,191); }
H1.HeaderClassName
{
color: #B13FBF;
}
.AnyTagClassName
{
color: #B13FBF;
}
</style>
background-color css
<style>
a { background-color: #B13FBF; }
a { background-color: rgb(177,63,191); }
div.DivClassName
{
background-color: #B13FBF;
}
.BgClassName
{
background-color: #B13FBF;
}
</style>
border-color css
<style>
span { border-color: #B13FBF; }
span { border-color: rgb(177,63,191); }
td.TdClassName
{
border-color: #B13FBF;
}
.TagClassName
{
border-color: #B13FBF;
}
</style>