Shades of Fuchsia #B148BE
Tints of Fuchsia #B148BE
RGB
CMYK
RGB Variations
Color information
#B148BE (or 0xB148BE) is known color: Fuchsia. HEX triplet: B1, 48 and BE. RGB value is (177,72,190). Sum of RGB (Red+Green+Blue) = 177+72+190=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #B148BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148BE is #4EB741. Grayscale: #747474. Windows color (decimal): -5158722 or 12470449. OLE color: 12470449.
HSL color Cylindrical-coordinate representation of color #B148BE: hue angle of 293.39º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B148BE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 72 | 190 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.25 |
| HSL | 293.39º | 0.48% | 0.51% | - |
| HSV(B) | 293.39º | 0.62% | 0.75% | - |
| XYZ | 29.74 | 17.7 | 50.56 | - |
| YUV | 116.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 190 | 0.07 | 0.62 | 0 | 0.25 | 293.39 | 0.48 | 0.51 |
| Hex | B1 | 48 | BE | 7 | 3E | 0 | 19 | 125 | 30 | 33 |
| Octal | 261 | 110 | 276 | 7 | 76 | 0 | 31 | 445 | 60 | 63 |
| Binary | 10110001 | 1001000 | 10111110 | 111 | 111110 | 0 | 11001 | 100100101 | 110000 | 110011 |
Color Harmonies of #B148BE
Complementary color
Monochromatic Colors of #B148BE
Black with #B148BE
Text Example
Text Example
White with #B148BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148BE; }
p { color: rgb(177,72,190); }
H1.HeaderClassName
{
color: #B148BE;
}
.AnyTagClassName
{
color: #B148BE;
}
</style>
background-color css
<style>
a { background-color: #B148BE; }
a { background-color: rgb(177,72,190); }
div.DivClassName
{
background-color: #B148BE;
}
.BgClassName
{
background-color: #B148BE;
}
</style>
border-color css
<style>
span { border-color: #B148BE; }
span { border-color: rgb(177,72,190); }
td.TdClassName
{
border-color: #B148BE;
}
.TagClassName
{
border-color: #B148BE;
}
</style>