Shades of Fuchsia #B133B0
Tints of Fuchsia #B133B0
RGB
CMYK
RGB Variations
Color information
#B133B0 (or 0xB133B0) is known color: Fuchsia. HEX triplet: B1, 33 and B0. RGB value is (177,51,176). Sum of RGB (Red+Green+Blue) = 177+51+176=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B133B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B133B0 is #4ECC4F. Grayscale: #666666. Windows color (decimal): -5164112 or 11547569. OLE color: 11547569.
HSL color Cylindrical-coordinate representation of color #B133B0: hue angle of 300.48º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B133B0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 176 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.31 |
| HSL | 300.48º | 0.55% | 0.45% | - |
| HSV(B) | 300.48º | 0.71% | 0.69% | - |
| XYZ | 27.15 | 14.85 | 42.51 | - |
| YUV | 102.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 176 | 0 | 0.71 | 0.01 | 0.31 | 300.48 | 0.55 | 0.45 |
| Hex | B1 | 33 | B0 | 0 | 47 | 1 | 1F | 12C | 37 | 2D |
| Octal | 261 | 63 | 260 | 0 | 107 | 1 | 37 | 454 | 67 | 55 |
| Binary | 10110001 | 110011 | 10110000 | 0 | 1000111 | 1 | 11111 | 100101100 | 110111 | 101101 |
Color Harmonies of #B133B0
Complementary color
Monochromatic Colors of #B133B0
Black with #B133B0
Text Example
Text Example
White with #B133B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133B0; }
p { color: rgb(177,51,176); }
H1.HeaderClassName
{
color: #B133B0;
}
.AnyTagClassName
{
color: #B133B0;
}
</style>
background-color css
<style>
a { background-color: #B133B0; }
a { background-color: rgb(177,51,176); }
div.DivClassName
{
background-color: #B133B0;
}
.BgClassName
{
background-color: #B133B0;
}
</style>
border-color css
<style>
span { border-color: #B133B0; }
span { border-color: rgb(177,51,176); }
td.TdClassName
{
border-color: #B133B0;
}
.TagClassName
{
border-color: #B133B0;
}
</style>