Shades of Fuchsia #B130B5
Tints of Fuchsia #B130B5
RGB
CMYK
RGB Variations
Color information
#B130B5 (or 0xB130B5) is known color: Fuchsia. HEX triplet: B1, 30 and B5. RGB value is (177,48,181). Sum of RGB (Red+Green+Blue) = 177+48+181=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #B130B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130B5 is #4ECF4A. Grayscale: #656565. Windows color (decimal): -5164875 or 11874481. OLE color: 11874481.
HSL color Cylindrical-coordinate representation of color #B130B5: hue angle of 298.2º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B130B5 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 48 | 181 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.29 |
| HSL | 298.2º | 0.58% | 0.45% | - |
| HSV(B) | 298.2º | 0.73% | 0.71% | - |
| XYZ | 27.53 | 14.8 | 45.12 | - |
| YUV | 101.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 181 | 0.02 | 0.73 | 0 | 0.29 | 298.2 | 0.58 | 0.45 |
| Hex | B1 | 30 | B5 | 2 | 49 | 0 | 1D | 12A | 3A | 2D |
| Octal | 261 | 60 | 265 | 2 | 111 | 0 | 35 | 452 | 72 | 55 |
| Binary | 10110001 | 110000 | 10110101 | 10 | 1001001 | 0 | 11101 | 100101010 | 111010 | 101101 |
Color Harmonies of #B130B5
Complementary color
Monochromatic Colors of #B130B5
Black with #B130B5
Text Example
Text Example
White with #B130B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B130B5; }
p { color: rgb(177,48,181); }
H1.HeaderClassName
{
color: #B130B5;
}
.AnyTagClassName
{
color: #B130B5;
}
</style>
background-color css
<style>
a { background-color: #B130B5; }
a { background-color: rgb(177,48,181); }
div.DivClassName
{
background-color: #B130B5;
}
.BgClassName
{
background-color: #B130B5;
}
</style>
border-color css
<style>
span { border-color: #B130B5; }
span { border-color: rgb(177,48,181); }
td.TdClassName
{
border-color: #B130B5;
}
.TagClassName
{
border-color: #B130B5;
}
</style>