Shades of Fuchsia #B145BC
Tints of Fuchsia #B145BC
RGB
CMYK
RGB Variations
Color information
#B145BC (or 0xB145BC) is known color: Fuchsia. HEX triplet: B1, 45 and BC. RGB value is (177,69,188). Sum of RGB (Red+Green+Blue) = 177+69+188=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B145BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145BC is #4EBA43. Grayscale: #727272. Windows color (decimal): -5159492 or 12338609. OLE color: 12338609.
HSL color Cylindrical-coordinate representation of color #B145BC: hue angle of 294.45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B145BC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 69 | 188 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.26 |
| HSL | 294.45º | 0.47% | 0.5% | - |
| HSV(B) | 294.45º | 0.63% | 0.74% | - |
| XYZ | 29.34 | 17.23 | 49.36 | - |
| YUV | 114.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 188 | 0.06 | 0.63 | 0 | 0.26 | 294.45 | 0.47 | 0.5 |
| Hex | B1 | 45 | BC | 6 | 3F | 0 | 1A | 126 | 2F | 32 |
| Octal | 261 | 105 | 274 | 6 | 77 | 0 | 32 | 446 | 57 | 62 |
| Binary | 10110001 | 1000101 | 10111100 | 110 | 111111 | 0 | 11010 | 100100110 | 101111 | 110010 |
Color Harmonies of #B145BC
Complementary color
Monochromatic Colors of #B145BC
Black with #B145BC
Text Example
Text Example
White with #B145BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145BC; }
p { color: rgb(177,69,188); }
H1.HeaderClassName
{
color: #B145BC;
}
.AnyTagClassName
{
color: #B145BC;
}
</style>
background-color css
<style>
a { background-color: #B145BC; }
a { background-color: rgb(177,69,188); }
div.DivClassName
{
background-color: #B145BC;
}
.BgClassName
{
background-color: #B145BC;
}
</style>
border-color css
<style>
span { border-color: #B145BC; }
span { border-color: rgb(177,69,188); }
td.TdClassName
{
border-color: #B145BC;
}
.TagClassName
{
border-color: #B145BC;
}
</style>