Shades of Fuchsia #B145BA
Tints of Fuchsia #B145BA
RGB
CMYK
RGB Variations
Color information
#B145BA (or 0xB145BA) is known color: Fuchsia. HEX triplet: B1, 45 and BA. RGB value is (177,69,186). Sum of RGB (Red+Green+Blue) = 177+69+186=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #B145BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145BA is #4EBA45. Grayscale: #727272. Windows color (decimal): -5159494 or 12207537. OLE color: 12207537.
HSL color Cylindrical-coordinate representation of color #B145BA: hue angle of 295.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B145BA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 69 | 186 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.27 |
| HSL | 295.38º | 0.46% | 0.5% | - |
| HSV(B) | 295.38º | 0.63% | 0.73% | - |
| XYZ | 29.12 | 17.15 | 48.23 | - |
| YUV | 114.63 | 168.28 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 186 | 0.05 | 0.63 | 0 | 0.27 | 295.38 | 0.46 | 0.5 |
| Hex | B1 | 45 | BA | 5 | 3F | 0 | 1B | 127 | 2E | 32 |
| Octal | 261 | 105 | 272 | 5 | 77 | 0 | 33 | 447 | 56 | 62 |
| Binary | 10110001 | 1000101 | 10111010 | 101 | 111111 | 0 | 11011 | 100100111 | 101110 | 110010 |
Color Harmonies of #B145BA
Complementary color
Monochromatic Colors of #B145BA
Black with #B145BA
Text Example
Text Example
White with #B145BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145BA; }
p { color: rgb(177,69,186); }
H1.HeaderClassName
{
color: #B145BA;
}
.AnyTagClassName
{
color: #B145BA;
}
</style>
background-color css
<style>
a { background-color: #B145BA; }
a { background-color: rgb(177,69,186); }
div.DivClassName
{
background-color: #B145BA;
}
.BgClassName
{
background-color: #B145BA;
}
</style>
border-color css
<style>
span { border-color: #B145BA; }
span { border-color: rgb(177,69,186); }
td.TdClassName
{
border-color: #B145BA;
}
.TagClassName
{
border-color: #B145BA;
}
</style>